rjw-quirks/RJW-Quirks/Modules/Quirks/CompProperties_QuirkSet.cs

18 lines
345 B
C#
Raw Normal View History

2022-11-01 16:15:06 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjwquirks.Modules.Quirks
{
public class CompProperties_QuirkSet : CompProperties
{
public CompProperties_QuirkSet()
{
compClass = typeof(QuirkSet);
}
}
}