Exemplo n.º 1
0
    private void Awake()
    {
        GameManager.Instance.player = this;

        inventory.InitInvetory(40);
        hotbar.InitInvetory(10);

        maxInteractDistanceSqr = maxInteractDistance * maxInteractDistance;
    }