Example #1
0
 protected override void CreateThread()
 {
     thread = new SMAPCommunicator();
 }
Example #2
0
 void Awake()
 {
     smap = new SMAPCommunicator();
 }