mirror of
https://github.com/CommonLoon102/NBloodServerSupervisor.git
synced 2025-01-05 09:32:35 +01:00
12 lines
195 B
C#
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";
|
|
}
|
|
}
|