[Test] AI 이름 목록 Constants에 추가 AI_NAMIES

This commit is contained in:
HaeinLEE 2025-03-24 17:14:08 +09:00
parent c46f813b1b
commit cc34e24dbe

View File

@ -7,4 +7,6 @@
public const int WIN_COUNT = 5;
//무승부 확인을 위한 최소 착수 수
public const int MinCountForDrawCheck = 150;
public string[] AI_NAMIES = { "이세돌", "신사동호랭이","진짜인간임","종로3가짱돌","마스터김춘배","62세황순자","고준일 강사님"};
}