diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 09:26:25 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-17 13:12:19 +0100 |
commit | 601474aa84cfc071c724051ac121e3c9cc796577 (patch) | |
tree | 058728022e968100e5a2314d5cc2e16de0f3bfee /src/protocol.rs | |
parent | 4f9957fc6b4bdb4c7430f878101b07051b40a2ff (diff) |
feat: skillshots
Diffstat (limited to 'src/protocol.rs')
-rw-r--r-- | src/protocol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.rs b/src/protocol.rs index 7ec3dcb..70f4f64 100644 --- a/src/protocol.rs +++ b/src/protocol.rs @@ -31,7 +31,6 @@ pub enum Components { PlayerPosition(PlayerPosition), PlayerColor(PlayerColor), Projectile(Projectile), - ProjectilePosition(ProjectilePosition), Cooldown(Cooldown), Health(Health), Champion(Champion), |