private void Awake()
 {
     StaticContainer.Add(typeof(CameraControl), this);
 }
Example #2
0
 private void Awake()
 {
     StaticContainer.Add(typeof(Joystick), this);
 }
Example #3
0
 private void Awake()
 {
     StaticContainer.Add(typeof(AimingController), this);
 }