Stash.drawStash C# (CSharp) Méthode

drawStash() public méthode

public drawStash ( ) : void
Résultat void
	void drawStash(){
		position.x = 0;
		position.y = Screen.height - position.height - Screen.height * 0.2f;
		GUI.DrawTexture(position, image);
	}