From cc34e24dbea0b4a3f1168ee93a3216ff76e2ddd3 Mon Sep 17 00:00:00 2001 From: HaeinLEE Date: Mon, 24 Mar 2025 17:14:08 +0900 Subject: [PATCH] =?UTF-8?q?[Test]=20AI=20=EC=9D=B4=EB=A6=84=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20Constants=EC=97=90=20=EC=B6=94=EA=B0=80=20AI=5FNAMI?= =?UTF-8?q?ES?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/Common/Constants.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Script/Common/Constants.cs b/Assets/Script/Common/Constants.cs index 8fae832..c8d7fe7 100644 --- a/Assets/Script/Common/Constants.cs +++ b/Assets/Script/Common/Constants.cs @@ -7,4 +7,6 @@ public const int WIN_COUNT = 5; //무승부 확인을 위한 최소 착수 수 public const int MinCountForDrawCheck = 150; + + public string[] AI_NAMIES = { "이세돌", "신사동호랭이","진짜인간임","종로3가짱돌","마스터김춘배","62세황순자","고준일 강사님"}; } \ No newline at end of file