Exemplo n.º 1
0
        public virtual void Sync()
        {
            if (Active && Started == null)
            {
                Start();
            }
            else if (!Active && Ended == null)
            {
                if (Started == null)
                {
                    Start();
                }

                End();
                AutoPvP.SeasonChanged(this);
            }
        }