Esempio n. 1
0
        //returns the instance
        public static AIWorker GetInstance()
        {
            if (Instance == null)
                Instance = new AIWorker();

            return Instance;
        }
Esempio n. 2
0
        //returns the instance
        public static AIWorker GetInstance()
        {
            if (Instance == null)
            {
                Instance = new AIWorker();
            }

            return(Instance);
        }