21 enum class Action :
int {
29 ::ll::TypedStorage<4, 4, ::DialogueCommand::Action> mAction;
30 ::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mNPCTarget;
31 ::ll::TypedStorage<8, 200, ::CommandSelector<::Player>> mPlayerTargets;
32 ::ll::TypedStorage<8, 32, ::std::string> mSceneName;
33 ::ll::TypedStorage<1, 1, bool> mHasPlayers;