mirror of
https://github.com/Xevion/RimWorld_ResearchWhatever.git
synced 2025-12-06 07:16:11 -06:00
11 lines
208 B
C#
11 lines
208 B
C#
using Verse;
|
|
|
|
namespace ResearchWhatever
|
|
{
|
|
public class ResearchWhateverExtansion : DefModExtension
|
|
{
|
|
public bool ignore = false;
|
|
public bool lowPriority = false;
|
|
}
|
|
}
|