//	PUBLIC
		void Awake()
		{

			context = new SpiderStrikeContext(this, true); //'true' means call mappings automatically, I think
			context.Start ();


		}
Exemple #2
0
 //	PUBLIC
 void Awake()
 {
     context = new SpiderStrikeContext(this, true);             //'true' means call mappings automatically, I think
     context.Start();
 }