public Sprite(int x, int y, Texture2D tex, Color tint){ this.x = x; this.y = y; this.tex = tex; this.tint = tint; }
public void new(int x, int y, Texture2D tex, Color tint){//stuff here}