To write an application that uses Urho, we need to create a class that inherits from Urho.Application. This class defines some virtual methods that we can use to set up the scene. The method we will use is Start(). Before that, however, we need to create the class. We will create it as an abstract class in the WhackABox project that will be used as a base class in each of the platform projects.





















































