util 클래스 변경

게임 내부 파일에 대해서 autoloader 적용
This commit is contained in:
2018-03-24 18:22:04 +09:00
parent 462bafe806
commit dc507601f5
4 changed files with 94 additions and 88 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
namespace sammo;
class util extends utilphp\util{
class util extends \utilphp\util{
};