コード例 #1
0
 public override void SysUpdate()
 {
     base.SysUpdate();
     if (_nowState != null)
     {
         _nowState.GameUpdate();
     }
 }