Kroulis.Item.MaterialItem.Use_Item C# (CSharp) Метод

Use_Item() публичный Метод

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
Результат bool
        public override bool Use_Item(GameObject Caller = null, GameObject Target = null)
        {
            return false;
        }
MaterialItem