mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
9 lines
207 B
Go
9 lines
207 B
Go
package clientctx
|
|
|
|
import "erupe-ce/common/stringsupport"
|
|
|
|
// ClientContext holds contextual data required for packet encoding/decoding.
|
|
type ClientContext struct {
|
|
StrConv *stringsupport.StringConverter
|
|
}
|