Exemple #1
0
        public static void Initialize()
        {
            Region targetRegion = null;

            foreach (Region region in Region.Regions)
            {
                if (region is UOACZRegion)
                {
                    targetRegion = region;
                }
            }

            if (targetRegion == null)
            {
                UOACZPersistance.ChangeRegion();
            }
        }