BBGamelib.NSNotificationCenter.NSNotificationCenter C# (CSharp) Method

NSNotificationCenter() public method

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