9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
struct gameeffect_s {
|
|
int Type;
|
|
string Creator;
|
|
int SpellID;
|
|
int NumInts;
|
|
string Ints;
|
|
};
|
|
|