Esempio n. 1
0
 public void Update(ZomCideGame game, KeyboardState keyboardState, MouseState mouseState)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Draw(ZomCideGame game, SpriteBatch spriteBatch)
 {
     throw new NotImplementedException();
 }