Files
core/hwe/sammo/Enums/EventTarget.php
T

12 lines
298 B
PHP

<?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';
}