コード例 #1
0
ファイル: CInventory.cs プロジェクト: Chrisdbhr/CDK
 public void DropItem(CItemBaseScriptableObject item)
 {
     this.UpdateView();
 }
コード例 #2
0
 public static bool IsConsumable(this CItemBaseScriptableObject value)
 {
     Debug.Log($"TODO IsConsumable is not yet implemented.");
     return(false);
 }