8 lines
100 B
C#
8 lines
100 B
C#
namespace LLib.GameData;
|
|
|
|
public enum EPublicEventType : byte
|
|
{
|
|
Fate,
|
|
DynamicEvent,
|
|
MechaEvent
|
|
}
|