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

This commit is contained in:
2022-02-05 07:43:28 +00:00
committed by Gitea
parent e3d62397a3
commit 1b24b06eba
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;