feat: 랭킹 노출 조건 수정
This commit is contained in:
@@ -24,6 +24,14 @@ namespace TON
|
||||
score = 0;
|
||||
}
|
||||
|
||||
public ClearData(string nickname, int wave, float playTime, int score)
|
||||
{
|
||||
this.nickname = nickname;
|
||||
this.wave = wave;
|
||||
this.playTime = playTime;
|
||||
this.score = score;
|
||||
}
|
||||
|
||||
public void UpdateClearData(string nickname, int wave, float playTime, int score)
|
||||
{
|
||||
this.nickname = nickname;
|
||||
|
||||
Reference in New Issue
Block a user