mirror of
https://github.com/CommonLoon102/NBloodServerSupervisor.git
synced 2024-12-22 10:42:54 +01:00
add static modifier to some classes (#20)
This commit is contained in:
parent
e86a291ab6
commit
506ca164fd
@ -5,7 +5,7 @@ using Model;
|
||||
|
||||
namespace Supervisor
|
||||
{
|
||||
class Program
|
||||
static class Program
|
||||
{
|
||||
public static readonly State State = new State();
|
||||
|
||||
|
@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Supervisor
|
||||
{
|
||||
class StatisticsManager
|
||||
static class StatisticsManager
|
||||
{
|
||||
public static void Start()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user