1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

add item pickup animations

This commit is contained in:
p2r3
2025-08-30 20:48:01 +03:00
parent d9888f2e0f
commit a824c2d63b
4 changed files with 63 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ int sc_respawn (int client_fd);
int sc_systemChat (int client_fd, char* message, uint16_t len);
int sc_entityEvent (int client_fd, int entity_id, uint8_t status);
int sc_removeEntity (int client_fd, int entity_id);
int sc_pickupItem (int client_fd, int collected, int collector, uint8_t count);
int sc_registries (int client_fd);
#endif