public LocalCameraProcessor(LocalCameraProfile profile, ShooterProcessor shooter) { this.profile = profile; this.shooter = shooter; InitialiseCamera(); ToggleMouseLock(); }
public LocalProfile(GameObject gameObject) : base(gameObject) { this.cameraProfile = new LocalCameraProfile(gameObject); }