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