Stash.drawStash C# (CSharp) 메소드

drawStash() 공개 메소드

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