21 enum class CommandActionType :
int {
26 enum class CommandValueType :
int {
35 ::ll::TypedStorage<4, 4, ::InputPermissionCommand::CommandActionType> mActionType;
36 ::ll::TypedStorage<8, 200, ::CommandSelector<::Player>> mTargets;
37 ::ll::TypedStorage<1, 1, ::ClientInputLockCategory> mPermission;
38 ::ll::TypedStorage<4, 4, ::InputPermissionCommand::CommandValueType> mValueType;