コード例 #1
0
 public override bool UseRanged(RangedAttackContext context)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
ファイル: ICharacter.cs プロジェクト: gormed/darwin
 /// Try using a ranged attack, return true if successful
 public abstract bool UseRanged(RangedAttackContext context);