SendDamage()

public int SendDamage()
    {
        int damage = 10;

        return damage;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *