Files
Gen_Hack-and-Slash-Roguelite/Client/Assets/Scripts/Data/EventDef.cs
2025-09-02 11:08:15 +08:00

9 lines
180 B
C#

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