コード例 #1
0
 protected virtual void Init()
 {
     SetBattleMode(BattleMode.ATB_Charging);
     ATBTimer = new ATBTimer(this);
 }
コード例 #2
0
ファイル: Damageable.cs プロジェクト: rustyworks/OpenVIII
 protected Damageable()
 {
     SetBattleMode(BattleMode.ATB_Charging);
     ATBTimer = new ATBTimer(this);
 }