コード例 #1
0
 public override bool UseMelee(MeleeAttackContext context)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
ファイル: ICharacter.cs プロジェクト: gormed/darwin
    ////////////////////////////////////////////////////////////////////

    /// Try using a melee attack, return true if successful
    public abstract bool UseMelee(MeleeAttackContext context);