コード例 #1
0
		public override void beforeAttack(BeforeAttackEvent @event)
		{
			// TODO: add logic
		}
コード例 #2
0
		public override void beforeAttack(BeforeAttackEvent @event)
		{
			actionEventSkill(@event);

		}
コード例 #3
0
ファイル: BattleFighter.cs プロジェクト: wuxin0602/Nothing
		public virtual void beforeAttack(BeforeAttackEvent @event)
		{
			skillManager.beforeAttack(@event);
		}