Files

7 lines
106 B
PHP

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