mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-17 00:45:10 +00:00
11 lines
No EOL
191 B
C++
11 lines
No EOL
191 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
struct ExecuteOrder
|
|
{
|
|
const char *mListName;
|
|
const char *mExecuteGroup;
|
|
int mListMaxSize;
|
|
const char *mGroupType;
|
|
};
|
|
} |