Ejemplo n.º 1
0
    void Start()
    {
        if (_instance != null)
        {
            Debug.LogError("Should not be more than one MouseManagerBuildMode");
        }

        _instance = this;

        bm = BuildingManager.Instance;

        DefaultCursor();

        startMousePos = Input.mousePosition;
    }
 void Start()
 {
     mm = MouseManagerBuildMode.Instance;
 }