protected virtual void OnUpdate(Thundershock.Core.GameTime gameTime)
 {
 }
 public void Update(Thundershock.Core.GameTime gameTime)
 {
     OnUpdate(gameTime);
 }