diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-24 15:01:04 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-24 15:01:04 +0100 |
commit | 876fd9d60de9c09e8657a2cb70fd55fd041d1f97 (patch) | |
tree | 8d30385f6b795f706888b036e30506e51985f922 /src/protocol.rs | |
parent | f7428e317d282856d05ffc37b6ba474c5e9973ce (diff) |
feat: color projectiles
Diffstat (limited to 'src/protocol.rs')
-rw-r--r-- | src/protocol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.rs b/src/protocol.rs index 87fa9c0..f4c77bb 100644 --- a/src/protocol.rs +++ b/src/protocol.rs @@ -47,6 +47,7 @@ pub enum Components { PlayerPosition(PlayerPosition), PlayerColor(PlayerColor), Projectile(Projectile), + ProjectileColor(ProjectileColor), Cooldown(Cooldown), Health(Health), Champion(Champion), |