룰렛 mvp 패턴 적용 중...
This commit is contained in:
@@ -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; // 기본 확률
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user