7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
namespace sammo\Enums;
|
|
|
|
enum GeneralAuxKey: string{
|
|
case instantBuffList = 'instantBuffList';
|
|
} |