mirror of
https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
synced 2024-08-15 00:43:41 +00:00
10 lines
No EOL
165 B
C#
10 lines
No EOL
165 B
C#
using HugsLib;
|
|
|
|
namespace RJW_patch_Autopsy
|
|
{
|
|
public class Mod : ModBase
|
|
{
|
|
public override string ModIdentifier => "RJW Patch - Autopsy";
|
|
|
|
}
|
|
} |