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

7 lines
106 B
PHP

<?php
namespace sammo\Enums;
enum GeneralAuxKey: string{
case instantBuffList = 'instantBuffList';
}