NBloodServerSupervisor/Common/Constants.cs

12 lines
195 B
C#
Raw Normal View History

2020-01-24 14:34:10 +01:00
using System;
using System.Collections.Generic;
using System.Text;
namespace Common
{
public class Constants
{
public const string NBloodExecutable = "nblood_server";
}
}