Skip to content

Instantly share code, notes, and snippets.

@Jire
Created June 13, 2018 01:41
Show Gist options
  • Save Jire/4385ac1b8d9b653dcfbfcdb71c7ebc3f to your computer and use it in GitHub Desktop.
Save Jire/4385ac1b8d9b653dcfbfcdb71c7ebc3f to your computer and use it in GitHub Desktop.
package ps.eden.server.game.content.dialogue
/**
* @author Jire
*/
open class Stage(val id: Int) {
lateinit var next: () -> Int
var interfaceID: Int = -1
var buttonID: Int = -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment