コード例 #1
0
ファイル: InventoryUI.cs プロジェクト: singha95/RiffWarrior
 private void SetSelectedData(SlotController slot)
 {
     name.text  = slot.GetName();
     desc.text  = slot.GetDescription();
     stats.text = slot.GetStats();
 }