Files
Gen_Hack-and-Slash-Roguelite/Client/Assets/Scripts/Data/EventDef.cs
2025-08-28 15:07:36 +08:00

8 lines
151 B
C#

namespace Data
{
public class EventDef : Define
{
public HediffEventDef hediffEvent;
public EntityEventDef entityEvent;
}
}