mirror of
https://github.com/zeldaret/ph
synced 2026-08-16 12:54:41 -04:00
progress?
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user