SuperMarioOdysseyOnline/include/al/execute/ExecuteOrder.h

11 lines
191 B
C++

#pragma once
namespace al {
struct ExecuteOrder
{
const char *mListName;
const char *mExecuteGroup;
int mListMaxSize;
const char *mGroupType;
};
}