Exemplo n.º 1
0
 protected virtual void OnUpdate(Thundershock.Core.GameTime gameTime)
 {
 }
Exemplo n.º 2
0
 public void Update(Thundershock.Core.GameTime gameTime)
 {
     OnUpdate(gameTime);
 }