Finally bots can die. Player to. And another fixes.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using CameraScripts;
|
||||
using System;
|
||||
using CameraScripts;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Animators.Leonid_Animator.Player
|
||||
@ -21,7 +22,7 @@ namespace Animators.Leonid_Animator.Player
|
||||
|
||||
private CameraHandler _cameraHandler;
|
||||
|
||||
private void Awake()
|
||||
private void Start()
|
||||
{
|
||||
_cameraHandler = CameraHandler.Singleton;
|
||||
if (_cameraHandler == null)
|
||||
|
Reference in New Issue
Block a user