BBGamelib.NSNotificationCenter.NSNotificationCenter C# (CSharp) Méthode

NSNotificationCenter() public méthode

public NSNotificationCenter ( ) : UnityEngine
Résultat UnityEngine
		public NSNotificationCenter(){
			_name_observers = new Dictionary<string, List<NSNotificationObserver>> (32);
		}