Update() public method

public Update ( ) : void
return void
コード例 #1
0
 public void Update(GameTime gameTime)
 {
     ItemState.Update(gameTime);
 }