コード例 #1
0
 protected virtual void OnUpdate(Thundershock.Core.GameTime gameTime)
 {
 }
コード例 #2
0
 public void Update(Thundershock.Core.GameTime gameTime)
 {
     OnUpdate(gameTime);
 }