LeviLamina
Loading...
Searching...
No Matches
NpcInteractScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // NpcInteractScreenController inner types declare
8 // clang-format off
10 // clang-format on
11
12 // NpcInteractScreenController inner types define
13 enum class NpcTextEdit : uint {};
14
15 enum class NpcTextErrorStatus : uint {};
16
17 enum class Section : uint {};
18
20};
Definition NpcInteractScreenController.h:19
Definition NpcInteractScreenController.h:5