You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minigame classes are named: [name]Game
files: [name]Game.swift
Are their View Controller classes named: [name]GameViewController
or should it be named [name]ViewController
Moreover, the files should have the same name as their classes however right now the classes are named [name]GameViewController but their files are just named [name]ViewController.
The text was updated successfully, but these errors were encountered:
Minigame classes are named:
[name]Game
files:
[name]Game.swift
Are their View Controller classes named:
[name]GameViewController
or should it be named
[name]ViewController
Moreover, the files should have the same name as their classes however right now the classes are named
[name]GameViewController
but their files are just named[name]ViewController
.The text was updated successfully, but these errors were encountered: