mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
17 lines
283 B
C#
17 lines
283 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");
|
|
|
|
}
|
|
}
|
|
}
|