Hat.Hat C# (CSharp) Method

Hat() public method

public Hat ( ) : System.Collections
return System.Collections
    public Hat()
        : base()
    {
        this.color = new Color();
        this.type = TypeHat.None;
    }

Same methods

Hat::Hat ( Hat, hat ) : System.Collections
Hat::Hat ( int id, Text, description ) : System.Collections
Hat::Hat ( int id, Texture2D texture, Text, description, Color color, TypeHat type ) : System.Collections
Hat