Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     handler = new CommondHandler();
     stick   = new JoyStick(handler);
 }
Exemplo n.º 2
0
 public JoyStick(CommondHandler h)
 {
     camera  = Camera.main;
     handler = h;
 }