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