Ejemplo n.º 1
0
    public void CompleteArea()
    {
        if (Prop != null)
        {
            Prop.Activate();
            if (Prop is RaidCurio)
                RaidSceneManager.Raid.InvestigatedCurios.Add(Area.Prop.StringId);
        }

        Area.Knowledge = Knowledge.Completed;
        RaidSceneManager.MapPanel.UpdateArea(Area);
    }