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