Example #1
0
    public void RegisterBurf(IBurf newBurf)
    {
        Status.AddBurf(newBurf);

        if (newBurf.IsPersistent == false)
        {
            ApplyStatusBurf(newBurf as IStatusModificationCommand);
        }

        ApplySkillBurf(newBurf as ISkillModificationCommand);
    }