룰렛 mvp 패턴 적용 중...

This commit is contained in:
2025-07-02 20:50:15 +09:00
parent 6808ca4fd7
commit 750f4173c0
5 changed files with 54 additions and 35 deletions

View File

@@ -19,5 +19,12 @@ namespace TON
[HideInInspector] public int index; // 아이템 순번
[HideInInspector] public int weight; // 가중치
public RoulettePieceData(string Description, int Chance)
{
// icon = null; // 기본 아이콘은 null
description = Description; // 기본 설명
chance = Chance; // 기본 확률
}
}
}