Exemple #1
0
		void Awake()
		{
			//Instantiate the context, passing it this instance and a 'true' for autoStartup.
			context = new MainContext(this, true);
			context.Start ();
		}
Exemple #2
0
		void Awake()
		{
			//Instantiate the context, passing it this instance.
			context = new MainContext(this);
		}