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