refac: MessageType enum
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace sammo\Enums;
|
||||||
|
|
||||||
|
enum MessageType: string
|
||||||
|
{
|
||||||
|
case private = 'private';
|
||||||
|
case public = 'public';
|
||||||
|
case national = 'national';
|
||||||
|
case diplomacy = 'diplomacy';
|
||||||
|
//TODO: System을 정식으로 추가해야함.
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user