void Awake()
		{
			context = new TesterContext(this);
		}
Beispiel #2
0
 void Awake()
 {
     context = new TesterContext(this);
 }