This commit is contained in:
CGFighter
2022-02-26 09:36:18 +03:00
parent 41c1be31e5
commit e89eb45ccc
5 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
using Verse;
namespace ResearchWhatever
{
public class ResearchWhateverExtansion : DefModExtension
{
public bool ignore = false;
public bool lowPriority = false;
}
}