progress?

This commit is contained in:
Yanis42
2024-04-21 13:40:14 +02:00
parent cfbffe5ec1
commit 5f9ed12416
2 changed files with 25 additions and 45 deletions
+10
View File
@@ -65,6 +65,16 @@ enum ActorTypeId_ {
ActorTypeId_Postman = __ACTOR_TYPE_ID('P','S','T','M'),
};
class ActorType_UnkClass {
public:
u32 unk_00;
u32 unk_04;
u32 unk_08;
u32 unk_0C;
u32 unk_10;
ActorType_UnkClass(u32 unk_00, u32 unk_04): unk_00(unk_00), unk_04(unk_04) {}
};
typedef Actor* (*ActorCreateFunc)();
struct ActorType {