메소드 | 설명 | |
---|---|---|
Attack ( IWeapon weapon, ICreature attacker, ICreature target, World world ) : void | ||
ProjectileAttackStrategy ( int minimumDamage, int maximumDamage, int chanceOfHit ) : System |
public Attack ( IWeapon weapon, ICreature attacker, ICreature target, World world ) : void | ||
weapon | IWeapon | |
attacker | ICreature | |
target | ICreature | |
world | World | |
리턴 | void |
public ProjectileAttackStrategy ( int minimumDamage, int maximumDamage, int chanceOfHit ) : System | ||
minimumDamage | int | |
maximumDamage | int | |
chanceOfHit | int | |
리턴 | System |