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