mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 09:15:08 +01:00
empty ClientContext struct
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
package clientctx
|
package clientctx
|
||||||
|
|
||||||
import "erupe-ce/common/stringsupport"
|
|
||||||
|
|
||||||
// ClientContext holds contextual data required for packet encoding/decoding.
|
// ClientContext holds contextual data required for packet encoding/decoding.
|
||||||
type ClientContext struct {
|
type ClientContext struct{} // Unused
|
||||||
StrConv *stringsupport.StringConverter
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user