I just downloaded Brume and went through the first tutorial. In the main method of my program, I use the line:
using (basics game = new basics())
{
game.Play(); //<---Error
}
It throws a compile time error on the indicated line that says Play() is inaccessible due to its protection level. Did I miss something in the tutorial or is there something else I need to do to make it accessible by my program? Thanks.
-AJ