Пример #1
0
        //returns the instance
        public static AIWorker GetInstance()
        {
            if (Instance == null)
                Instance = new AIWorker();

            return Instance;
        }
Пример #2
0
        //returns the instance
        public static AIWorker GetInstance()
        {
            if (Instance == null)
            {
                Instance = new AIWorker();
            }

            return(Instance);
        }