Code sanity

This commit is contained in:
Shane Woolcock
2018-12-05 21:32:37 +10:30
parent c4c0e4c63d
commit 492d0f09de
21 changed files with 96 additions and 221 deletions

View File

@@ -8,7 +8,7 @@ namespace SampleGame.iOS
public class Application
{
// This is the main entry point of the application.
static void Main(string[] args)
public static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.