Exemplo n.º 1
0
 void Awake()
 {
     _instance = this;
 }
Exemplo n.º 2
0
 public Member(string cnnString)
 {
     controller = new HandleController(cnnString);
     controller.createSessionTable();
 }
Exemplo n.º 3
0
 private void Start()
 {
     otherHandle = (platformController.LeftHandle == this)
         ? platformController.RightHandle
         : platformController.LeftHandle;
 }