public Tree() { this.texture = GameGraphics.GetTexture("spring_tree"); }
public Tree(Engine.Graphics.Texture texture) { this.texture = texture; }