Initial commit
This commit is contained in:
19
PluginInfo.cs
Normal file
19
PluginInfo.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
// Undead Universal Patch - for patching Rec Room builds
|
||||
// Copyright (C) 2026 proxnet.dev (@zombieb)
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY
|
||||
|
||||
namespace UndeadUniversalPatch;
|
||||
|
||||
public static class PluginInfo
|
||||
{
|
||||
public const string Uuid = "dev.proxnet.recroom.universalpatch";
|
||||
public const string DisplayName = "UUPatch";
|
||||
public const string Version = "0.1.0";
|
||||
}
|
||||
Reference in New Issue
Block a user