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