9 lines
180 B
C#
9 lines
180 B
C#
namespace Data
|
|
{
|
|
public class EventDef : Define
|
|
{
|
|
public HediffEventDef hediffEvent;
|
|
public EntityEventDef entityEvent;
|
|
public string value;
|
|
}
|
|
} |