private PlayerTexture(PlayerSkinURL SKIN, PlayerTextureURL CAPE) { this.SKIN = SKIN; this.CAPE = CAPE; }
/// <summary> /// Sets value for PlayerTexture.SKIN property. /// </summary> /// <param name="value">SKIN</param> public PlayerTextureBuilder SKIN(PlayerSkinURL value) { _SKIN = value; return(this); }