Package-level declarations

Types

Link copied to clipboard
object Bullets
Link copied to clipboard
object Keys
Link copied to clipboard
object Mth

The Mth class provides some optimized mathematical calculation methods, and it is recommended to call these methods instead of those provided in the math library in kotlin/java.

Link copied to clipboard
Link copied to clipboard
class Option(val hasArgs: Boolean, val names: String, action: (Option, String) -> Unit)

The option class is designed to handle the program arguments.

Link copied to clipboard
object Options
Link copied to clipboard
sealed class Timer

A simple timer for timing, and the time unit of it is logic frames.