Initial Commit

This commit is contained in:
Vegapnk 2022-11-13 18:37:40 +01:00
commit fcee1efef3
26 changed files with 1023 additions and 0 deletions

10
Source/RJW_Genes.cs Normal file
View file

@ -0,0 +1,10 @@
using Verse;
namespace BTE_MMLA
{
[StaticConstructorOnStartup]
public static class RJW_Genes
{
static RJW_Genes() => Log.Message("RJW-Genes loaded");
}
}