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