Ejemplo n.º 1
0
    private void Awake()
    {
        Instance = this;

        raycaster    = GetComponent <PhysicsRaycaster>();
        _mapMovement = _map.GetComponent <QuadTreeCameraMovement>();

        Load();
    }
Ejemplo n.º 2
0
 private void Awake()
 {
     raycaster    = GetComponent <PhysicsRaycaster>();
     _mapMovement = _map.GetComponent <QuadTreeCameraMovement>();
 }