파일 위치를 twe에서 hwe로 옮김.

This commit is contained in:
2018-04-01 01:23:44 +09:00
parent 1ddd26c8a1
commit 25ec9a2579
201 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace sammo\Event;
/**
* 게임 내에서 매 월마다 EventHandler들을 점검하고, 이벤트를 일으키는 이벤트 엔진.
* 조건 방식이 '무식'하므로, 게임 내부에서 사용하지는 않고, 특수 시나리오를 구동하는데 사용.
* (예: 칠종칠금?)
*/
class Engine{
//TODO: 구현하라. 미래의 누군가. =P (메롱!)
}