This commit is contained in:
2018-06-28 23:37:38 +00:00
commit 4518298aaf
152 changed files with 24114 additions and 0 deletions

8
util/RfVersion.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace rockfishCore.Util
{
public static class RfVersion
{
public const string NumberOnly="6.3";
public const string Full = "Rockfish server " + NumberOnly;
}
}