Diary.Use C# (CSharp) Method

Use() public method

public Use ( ) : void
return void
    public void Use()
    {
        Debug.Log("I feel used");
        InventoryData.RemoveItem (this, 1);
    }