예제 #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);
 }