8 lines
211 B
C#
8 lines
211 B
C#
namespace rockfishCore.Util
|
|
{
|
|
public static class RfVersion
|
|
{
|
|
public const string NumberOnly="6.4";
|
|
public const string Full = "Rockfish server " + NumberOnly;
|
|
}
|
|
} |