룰렛 사용하지 않는 코드 제거
This commit is contained in:
@@ -57,8 +57,7 @@ namespace TON
|
||||
SelectedPiece.Value = selected;
|
||||
onResult?.Invoke(selected);
|
||||
}
|
||||
|
||||
// 결과 처리(예: 골드 지급 등)
|
||||
|
||||
public void InsertRouletteResult(RoulettePiecePresenter selectedPresenter)
|
||||
{
|
||||
if (playerDataManager != null && int.TryParse(selectedPresenter.Description.Value, out int gold))
|
||||
|
||||
Reference in New Issue
Block a user