public Snackcart(Game1 theGame, float ix, float iy) : base(theGame) { Position = new Vector2(ix, iy); game = theGame; }