rjw-genes/1.6/Source/RJW_Genes.cs
Telanda 83e9f9ef5b
Dev (#222)
- Seperation of Animal Gene code from base RJW_Genes
- Minor update to README.md
2025-09-05 16:37:32 +10:00

16 lines
282 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using Verse;
namespace RJW_Genes
{
[StaticConstructorOnStartup]
public static class RJW_Genes
{
static RJW_Genes()
{
ModLog.Message("RJW-Genes loaded");
}
}
}