All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.html.phaser.GameState.scala Maven / Gradle / Ivy

There is a newer version: 2.6.2-5
Show newest version
package io.scalajs.dom.html.phaser

/**
  * Phaser: Game State
  * @version 2.6.2
  * @author [email protected]
  */
trait GameState {

  def preload(): Unit

  def create(): Unit

  def update(): Unit

  def render(): Unit

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy