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

17 lines
401 B
PHP

<?php
namespace sammo\Enums;
/**
* Penalty Key
* general의 penalty 항목
*/
enum PenaltyKey: string{
case SendPrivateMsgDelay = 'sendPrivateMsgDelay';
case NoTopSecret = 'noTopSecret';
case NoChief = 'noChief';
case NoAmbassador = 'noAmbassador';
case NoBanGeneral = 'noBanGeneral';
case NoChiefTurnInput = 'noChiefTurnInput';
case NoChiefChange = 'noChiefChange';
}