Fire.Fire C# (CSharp) Method

Fire() public method

public Fire ( Hand hand, GameObject fire ) : System.Collections
hand Hand
fire GameObject
return System.Collections
    public Fire(Hand hand, GameObject fire)
    {
        this.hand = hand;
        this.fire = fire;
    }