p
controller
package controller
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
ViewController extends AnyRef
Trait that defines the controller of a view.
Value Members
-
object
BattleController extends Initializable with ViewController
Controller for the Battle GUI.
-
object
LoginController extends Initializable with ViewController
Controller of the login view.
-
object
MoveManualController extends Initializable with ViewController
The controller for the move manual GUI
-
object
TeamSelectionController extends Initializable with ViewController
Controller of the team selection view.