서버 리셋 시 서버 이름을 받아오도록 설정

This commit is contained in:
2018-04-27 22:28:16 +09:00
parent 2102a852cb
commit 0bb1ed6f18
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ namespace sammo;
class UniqueConst{
public static $serverID = '_tK_serverID_';
public static $serverName = '_tK_serverName_';
private function __construct(){}