WIP
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\Enums;
|
||||
|
||||
enum ResourceType: string
|
||||
{
|
||||
case gold = 'gold';
|
||||
case rice = 'rice';
|
||||
case inheritancePoint = 'inheritancePoint';
|
||||
}
|
||||
Reference in New Issue
Block a user