fiore eedc964ea9 DO-31 feat 렌주룰 로직 작성
일부 엣지 케이스 미적용
2025-03-18 11:03:22 +09:00

6 lines
190 B
C#

public class Constants
{
public const string ServerURL = "http://localhost:3000";
public const string GameServerURL = "ws://localhost:3000";
public const int BoardSize = 15;
}