Skip to content
Snippets Groups Projects
Archer.cs 118 B
Newer Older
public class Archer : Enemy
{

    public int GetArrowAttackDamage()
    {
        return GetAttackDamage();
    }