Labeled PlayerState and PlayerAction stuff

This commit is contained in:
Reinmmar
2023-09-17 12:09:53 +02:00
parent 098e61f0e7
commit e8639051ba
5 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
typedef struct {
Entity base;
u8 filler[0x1C];
u8 filler[28];
MinecartData* minecartData;
} MinecartEntity;