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