NBloodServerSupervisor/Common/Constants.cs
2020-01-24 14:34:10 +01:00

12 lines
195 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Common
{
public class Constants
{
public const string NBloodExecutable = "nblood_server";
}
}