feat(WIP): 보상을 위한 Betting 모듈 추가

This commit is contained in:
2022-02-04 03:48:28 +09:00
parent b0d6acbb47
commit a25442efa7
3 changed files with 240 additions and 29 deletions
+1
View File
@@ -20,6 +20,7 @@ class BettingInfo extends DataTransferObject
public string $name;
public bool $finished;
public int $selectCnt;
public ?bool $isExlusive;
public bool $reqInheritancePoint;
public int $openYearMonth;
public int $closeYearMonth;