예제 #1
0
 public override bool UseSpecial(SpecialAttackContext context)
 {
     throw new System.NotImplementedException();
 }
예제 #2
0
파일: ICharacter.cs 프로젝트: gormed/darwin
 /// Try using a special ability, return true if successful
 public abstract bool UseSpecial(SpecialAttackContext context);