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

7 lines
172 B
PHP

<?php
namespace sammo\Enums;
enum GeneralStorKey: string{
case latestReadPrivateMsg = 'latestReadPrivateMsg';
case latestReadDiplomacyMsg = 'latestReadDiplomacyMsg';
}