inclient

package
v0.0.0-...-03fd23c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2025 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthGameGuard

type AuthGameGuard struct {
	SessionId uint32
	Data1     uint32
	Data2     uint32
	Data3     uint32
	Data4     uint32
}

func NewAuthGameGuard

func NewAuthGameGuard(data []byte) *AuthGameGuard

func (*AuthGameGuard) GetSessionId

func (agg *AuthGameGuard) GetSessionId() uint32

func (*AuthGameGuard) String

func (agg *AuthGameGuard) String() string

type RequestAuthLogin

type RequestAuthLogin struct {
	Username string
	Password string
}

func NewRequestAuthLogin

func NewRequestAuthLogin(ctx context.Context, client *transport.Client, request []byte) (*RequestAuthLogin, error)

type RequestPlay

type RequestPlay struct {
	ServerID  uint8
	SessionID []byte
}

func NewRequestPlay

func NewRequestPlay(request []byte) RequestPlay

type RequestServerList

type RequestServerList struct {
	SessionID []byte
}

func NewRequestServerList

func NewRequestServerList(request []byte) RequestServerList

type RequestServerLogin

type RequestServerLogin struct {
	SessionID []byte
	ServerID  uint8
}

func NewRequestServerLogin

func NewRequestServerLogin(request []byte) RequestServerLogin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL