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