mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-01 01:32:39 +00:00
19 lines
No EOL
281 B
C++
19 lines
No EOL
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;
|
|
};
|
|
}; |