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

11 lines
188 B
C#
Raw Normal View History

2022-11-01 16:15:06 +00:00
using System.Collections.Generic;
using Verse;
namespace rjwquirks.Modules.Shared.Events
{
public class RjwEventDef : Def
{
public List<string> obligatoryArgs;
}
}