rjw-quirks/RJW-Quirks/Modules/Shared/Events/RjwEventDef.cs

11 lines
188 B
C#

using System.Collections.Generic;
using Verse;
namespace rjwquirks.Modules.Shared.Events
{
public class RjwEventDef : Def
{
public List<string> obligatoryArgs;
}
}