Пример #1
0
		/// <summary>
		/// Sets the current AI type provider.
		/// </summary>
		/// <param name="provider">The object which can provide the current AI type.</param>
		public static void SetProvider(CurrentAITypeProvider provider)
		{
			Debug.Check(__currentAITypeProvider ==null);

			__currentAITypeProvider= provider;
		}
Пример #2
0
        /// <summary>
        /// Sets the current AI type provider.
        /// </summary>
        /// <param name="provider">The object which can provide the current AI type.</param>
        public static void SetProvider(CurrentAITypeProvider provider)
        {
            Debug.Check(__currentAITypeProvider == null);

            __currentAITypeProvider = provider;
        }