GameConst 클래스의 항목들을 public static으로 변경.

This commit is contained in:
2018-03-25 01:19:37 +09:00
parent bcea562636
commit 13ee593548
13 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ function process_55($connect, &$general) {
'name'=>$makename,
'color'=>'#330000',
'gold'=>0,
'rice'=>GameConst::baserice,
'rice'=>GameConst::$baserice,
'rate'=>20,
'bill'=>100,
'tricklimit'=>36,