Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Did you use provided solution setup as a template for your code? It already contains a class named
Kata
, and you need to use it:I tried my code in an editor, and it works just fine, but when I try it here it comes back with:
Fixture.cs(38,29): error CS0103: The name 'Kata' does not exist in the current context
Fixture.cs(44,33): error CS0103: The name 'Kata' does not exist in the current context
Fixture.cs(50,34): error CS0103: The name 'Kata' does not exist in the current context
Fixture.cs(30,49): error CS0103: The name 'Kata' does not exist in the current context
I don't have 'Kata' anywhere in my code...
Any suggestions?