CommandIndex

data class CommandIndex(val commandId: Int, val position: Int)

The command index is the index that each character should be mapped to. Each character can be in many commands in a single position. So each character should have a list of CommandIndex

Constructors

Link copied to clipboard
constructor(commandId: Int, position: Int)

Properties

Link copied to clipboard
Link copied to clipboard