Clothing.Clothing C# (CSharp) Method

Clothing() public method

public Clothing ( ) : System.Collections
return System.Collections
    public Clothing()
    {
        this.id = -1;
        this.texture = null;
        this.description = new Text();
    }

Same methods

Clothing::Clothing ( Clothing, cloth ) : System.Collections
Clothing::Clothing ( int id, Texture2D texture, Text, description ) : System.Collections