Files
core/hwe/sammo/Enums/PenaltyKey.php
T
2024-06-08 14:38:31 +00:00

14 lines
310 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';
}