mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
16 lines
282 B
C#
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");
|
|
}
|
|
}
|
|
}
|