mirror of
https://github.com/zeldaret/ph
synced 2026-07-10 06:16:57 -04:00
Decomp Actor
This commit is contained in:
@@ -7,4 +7,9 @@ struct ActorRef {
|
||||
/* 0 */ s32 id;
|
||||
/* 4 */ s32 index;
|
||||
/* 8 */
|
||||
|
||||
inline ActorRef() {
|
||||
id = -1;
|
||||
index = -1;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user