rjw-genes/Source/RJW_Genes.cs

18 lines
283 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using Verse;
2022-11-13 17:37:40 +00:00
namespace RJW_Genes
2022-11-13 17:37:40 +00:00
{
[StaticConstructorOnStartup]
public static class RJW_Genes
{
static RJW_Genes()
{
ModLog.Message("RJW-Genes loaded");
}
2022-11-13 17:37:40 +00:00
}
}