feat,wip: 유니크 경매 시작

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent e0c209bcbb
commit 606fa4a922
6 changed files with 18 additions and 358 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ enum ResourceType: string
{
case gold = 'gold';
case rice = 'rice';
case inheritancePoint = 'inheritancePoint';
case inheritancePoint = 'inheritPoint';
public function getName(): string
{