Default Game Message Counter
class DefaultGameMessageCounter @JvmOverloads constructor(val clientEventLimit: Int = 50, val userEventLimit: Int = 10) : GameMessageCounter
A default game message counter that follows the normal OldSchool limitations, allowing for up to 10 user events and up to 50 client events, stopping decoding whenever either of the limitations is reached.