feat: Event Type에 United 추가, Enums 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\Enums;
|
||||
|
||||
enum EventTarget: string{
|
||||
//YearMonth 변경 전에 처리해야할 Month 이벤트
|
||||
case PreMonth = 'PRE_MONTH';
|
||||
case Month = 'MONTH';
|
||||
//PostMonth는 없음
|
||||
case OccupyCity = 'OCCUPY_CITY';
|
||||
case DestriyNation = 'DESTROY_NATION';
|
||||
case United = 'UNITED';
|
||||
}
|
||||
Reference in New Issue
Block a user