コード例 #1
0
 public void ParrySuccessful()
 {
     m_NextState = new AIBattleCounterAttackDown(m_Character);
 }
コード例 #2
0
 public void ParrySuccessful()
 {
     m_NextState = new AIBattleCounterAttackDown(m_Character);
 }