12 lines
No EOL
167 B
C#
Executable file
12 lines
No EOL
167 B
C#
Executable file
|
|
|
|
namespace Matchmaker.Server.BaseServer;
|
|
|
|
internal static class GameLogic
|
|
{
|
|
public static void Update()
|
|
{
|
|
ThreadManager.UpdateMain();
|
|
|
|
}
|
|
} |