readonlies

This commit is contained in:
rafi1212122
2023-05-25 22:00:05 +07:00
parent 358b2b7cca
commit 6e87fc6ef2
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ namespace PemukulPaku.Gameserver
{
public class Server
{
public static Logger c = new("TCP", ConsoleColor.Blue);
public static readonly Logger c = new("TCP", ConsoleColor.Blue);
public static void Start()
{