Skip to main content
Search our knowledge base

What is CS0119?

Comments

1 comment

  • Mike Starr

    Canal canal = new Canal(parameters[0] == "horizontal", int.Parse(parameters[1]), int.Parse(parameters[2]));

     

    Assets\Scripts\LevelManager.cs(45,28): error CS0119: 'Canal' is a type, which is not valid in the given context

    0

Please sign in to leave a comment.