1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

implement basic support for mobs

This commit is contained in:
p2r3
2025-08-22 02:29:59 +03:00
parent 5a0f8fd376
commit ca9edce43a
9 changed files with 205 additions and 41 deletions

View File

@@ -37,3 +37,5 @@ BlockChange block_changes[20000];
int block_changes_count = 0;
PlayerData player_data[MAX_PLAYERS];
MobData mob_data[MAX_MOBS];