mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 19:25:16 +00:00
19 lines
281 B
C
19 lines
281 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class EffectUserInfo
|
||
|
{
|
||
|
public:
|
||
|
EffectUserInfo();
|
||
|
|
||
|
unsigned long _0;
|
||
|
int _8;
|
||
|
int _C;
|
||
|
unsigned long _10;
|
||
|
int _18;
|
||
|
int _1C;
|
||
|
unsigned long _20;
|
||
|
unsigned long _28;
|
||
|
};
|
||
|
};
|