game

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_game_att_proto protoreflect.FileDescriptor
View Source
var File_game_game_proto protoreflect.FileDescriptor
View Source
var File_game_hero_proto protoreflect.FileDescriptor
View Source
var File_game_item_proto protoreflect.FileDescriptor
View Source
var File_game_player_proto protoreflect.FileDescriptor
View Source
var File_game_rune_proto protoreflect.FileDescriptor
View Source
var File_game_scene_proto protoreflect.FileDescriptor
View Source
var File_game_talent_proto protoreflect.FileDescriptor
View Source
var File_game_token_proto protoreflect.FileDescriptor

Functions

func NewGameServiceEndpoints

func NewGameServiceEndpoints() []*api.Endpoint

func RegisterGameServiceHandler

func RegisterGameServiceHandler(s server.Server, hdlr GameServiceHandler, opts ...server.HandlerOption) error

Types

type Att

type Att struct {
	AttType  int32 `protobuf:"varint,1,opt,name=AttType,proto3" json:"AttType,omitempty"`
	AttValue int64 `protobuf:"varint,2,opt,name=AttValue,proto3" json:"AttValue,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Att

func (*Att) Descriptor deprecated

func (*Att) Descriptor() ([]byte, []int)

Deprecated: Use Att.ProtoReflect.Descriptor instead.

func (*Att) GetAttType

func (x *Att) GetAttType() int32

func (*Att) GetAttValue

func (x *Att) GetAttValue() int64

func (*Att) ProtoMessage

func (*Att) ProtoMessage()

func (*Att) ProtoReflect

func (x *Att) ProtoReflect() protoreflect.Message

func (*Att) Reset

func (x *Att) Reset()

func (*Att) String

func (x *Att) String() string

type C2M_AddHero

type C2M_AddHero struct {
	TypeId int32 `protobuf:"varint,1,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_AddHero) Descriptor deprecated

func (*C2M_AddHero) Descriptor() ([]byte, []int)

Deprecated: Use C2M_AddHero.ProtoReflect.Descriptor instead.

func (*C2M_AddHero) GetTypeId

func (x *C2M_AddHero) GetTypeId() int32

func (*C2M_AddHero) ProtoMessage

func (*C2M_AddHero) ProtoMessage()

func (*C2M_AddHero) ProtoReflect

func (x *C2M_AddHero) ProtoReflect() protoreflect.Message

func (*C2M_AddHero) Reset

func (x *C2M_AddHero) Reset()

func (*C2M_AddHero) String

func (x *C2M_AddHero) String() string

type C2M_AddItem

type C2M_AddItem struct {
	TypeId int32 `protobuf:"varint,1,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_AddItem) Descriptor deprecated

func (*C2M_AddItem) Descriptor() ([]byte, []int)

Deprecated: Use C2M_AddItem.ProtoReflect.Descriptor instead.

func (*C2M_AddItem) GetTypeId

func (x *C2M_AddItem) GetTypeId() int32

func (*C2M_AddItem) ProtoMessage

func (*C2M_AddItem) ProtoMessage()

func (*C2M_AddItem) ProtoReflect

func (x *C2M_AddItem) ProtoReflect() protoreflect.Message

func (*C2M_AddItem) Reset

func (x *C2M_AddItem) Reset()

func (*C2M_AddItem) String

func (x *C2M_AddItem) String() string

type C2M_AddRune

type C2M_AddRune struct {
	TypeId int32 `protobuf:"varint,1,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_AddRune) Descriptor deprecated

func (*C2M_AddRune) Descriptor() ([]byte, []int)

Deprecated: Use C2M_AddRune.ProtoReflect.Descriptor instead.

func (*C2M_AddRune) GetTypeId

func (x *C2M_AddRune) GetTypeId() int32

func (*C2M_AddRune) ProtoMessage

func (*C2M_AddRune) ProtoMessage()

func (*C2M_AddRune) ProtoReflect

func (x *C2M_AddRune) ProtoReflect() protoreflect.Message

func (*C2M_AddRune) Reset

func (x *C2M_AddRune) Reset()

func (*C2M_AddRune) String

func (x *C2M_AddRune) String() string

type C2M_AddTalent

type C2M_AddTalent struct {
	BladeId  int64 `protobuf:"varint,1,opt,name=BladeId,proto3" json:"BladeId,omitempty"`
	TalentId int32 `protobuf:"varint,2,opt,name=TalentId,proto3" json:"TalentId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_AddTalent) Descriptor deprecated

func (*C2M_AddTalent) Descriptor() ([]byte, []int)

Deprecated: Use C2M_AddTalent.ProtoReflect.Descriptor instead.

func (*C2M_AddTalent) GetBladeId

func (x *C2M_AddTalent) GetBladeId() int64

func (*C2M_AddTalent) GetTalentId

func (x *C2M_AddTalent) GetTalentId() int32

func (*C2M_AddTalent) ProtoMessage

func (*C2M_AddTalent) ProtoMessage()

func (*C2M_AddTalent) ProtoReflect

func (x *C2M_AddTalent) ProtoReflect() protoreflect.Message

func (*C2M_AddTalent) Reset

func (x *C2M_AddTalent) Reset()

func (*C2M_AddTalent) String

func (x *C2M_AddTalent) String() string

type C2M_AddToken

type C2M_AddToken struct {
	Type  int32 `protobuf:"varint,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Value int64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_AddToken) Descriptor deprecated

func (*C2M_AddToken) Descriptor() ([]byte, []int)

Deprecated: Use C2M_AddToken.ProtoReflect.Descriptor instead.

func (*C2M_AddToken) GetType

func (x *C2M_AddToken) GetType() int32

func (*C2M_AddToken) GetValue

func (x *C2M_AddToken) GetValue() int64

func (*C2M_AddToken) ProtoMessage

func (*C2M_AddToken) ProtoMessage()

func (*C2M_AddToken) ProtoReflect

func (x *C2M_AddToken) ProtoReflect() protoreflect.Message

func (*C2M_AddToken) Reset

func (x *C2M_AddToken) Reset()

func (*C2M_AddToken) String

func (x *C2M_AddToken) String() string

type C2M_ChangeExp

type C2M_ChangeExp struct {
	AddExp int64 `protobuf:"varint,1,opt,name=AddExp,proto3" json:"AddExp,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_ChangeExp) Descriptor deprecated

func (*C2M_ChangeExp) Descriptor() ([]byte, []int)

Deprecated: Use C2M_ChangeExp.ProtoReflect.Descriptor instead.

func (*C2M_ChangeExp) GetAddExp

func (x *C2M_ChangeExp) GetAddExp() int64

func (*C2M_ChangeExp) ProtoMessage

func (*C2M_ChangeExp) ProtoMessage()

func (*C2M_ChangeExp) ProtoReflect

func (x *C2M_ChangeExp) ProtoReflect() protoreflect.Message

func (*C2M_ChangeExp) Reset

func (x *C2M_ChangeExp) Reset()

func (*C2M_ChangeExp) String

func (x *C2M_ChangeExp) String() string

type C2M_ChangeLevel

type C2M_ChangeLevel struct {
	AddLevel int32 `protobuf:"varint,1,opt,name=AddLevel,proto3" json:"AddLevel,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_ChangeLevel) Descriptor deprecated

func (*C2M_ChangeLevel) Descriptor() ([]byte, []int)

Deprecated: Use C2M_ChangeLevel.ProtoReflect.Descriptor instead.

func (*C2M_ChangeLevel) GetAddLevel

func (x *C2M_ChangeLevel) GetAddLevel() int32

func (*C2M_ChangeLevel) ProtoMessage

func (*C2M_ChangeLevel) ProtoMessage()

func (*C2M_ChangeLevel) ProtoReflect

func (x *C2M_ChangeLevel) ProtoReflect() protoreflect.Message

func (*C2M_ChangeLevel) Reset

func (x *C2M_ChangeLevel) Reset()

func (*C2M_ChangeLevel) String

func (x *C2M_ChangeLevel) String() string

type C2M_CreatePlayer

type C2M_CreatePlayer struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_CreatePlayer) Descriptor deprecated

func (*C2M_CreatePlayer) Descriptor() ([]byte, []int)

Deprecated: Use C2M_CreatePlayer.ProtoReflect.Descriptor instead.

func (*C2M_CreatePlayer) GetName

func (x *C2M_CreatePlayer) GetName() string

func (*C2M_CreatePlayer) ProtoMessage

func (*C2M_CreatePlayer) ProtoMessage()

func (*C2M_CreatePlayer) ProtoReflect

func (x *C2M_CreatePlayer) ProtoReflect() protoreflect.Message

func (*C2M_CreatePlayer) Reset

func (x *C2M_CreatePlayer) Reset()

func (*C2M_CreatePlayer) String

func (x *C2M_CreatePlayer) String() string

type C2M_DelHero

type C2M_DelHero struct {
	Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_DelHero) Descriptor deprecated

func (*C2M_DelHero) Descriptor() ([]byte, []int)

Deprecated: Use C2M_DelHero.ProtoReflect.Descriptor instead.

func (*C2M_DelHero) GetId

func (x *C2M_DelHero) GetId() int64

func (*C2M_DelHero) ProtoMessage

func (*C2M_DelHero) ProtoMessage()

func (*C2M_DelHero) ProtoReflect

func (x *C2M_DelHero) ProtoReflect() protoreflect.Message

func (*C2M_DelHero) Reset

func (x *C2M_DelHero) Reset()

func (*C2M_DelHero) String

func (x *C2M_DelHero) String() string

type C2M_DelItem

type C2M_DelItem struct {
	Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_DelItem) Descriptor deprecated

func (*C2M_DelItem) Descriptor() ([]byte, []int)

Deprecated: Use C2M_DelItem.ProtoReflect.Descriptor instead.

func (*C2M_DelItem) GetId

func (x *C2M_DelItem) GetId() int64

func (*C2M_DelItem) ProtoMessage

func (*C2M_DelItem) ProtoMessage()

func (*C2M_DelItem) ProtoReflect

func (x *C2M_DelItem) ProtoReflect() protoreflect.Message

func (*C2M_DelItem) Reset

func (x *C2M_DelItem) Reset()

func (*C2M_DelItem) String

func (x *C2M_DelItem) String() string

type C2M_DelRune

type C2M_DelRune struct {
	Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_DelRune) Descriptor deprecated

func (*C2M_DelRune) Descriptor() ([]byte, []int)

Deprecated: Use C2M_DelRune.ProtoReflect.Descriptor instead.

func (*C2M_DelRune) GetId

func (x *C2M_DelRune) GetId() int64

func (*C2M_DelRune) ProtoMessage

func (*C2M_DelRune) ProtoMessage()

func (*C2M_DelRune) ProtoReflect

func (x *C2M_DelRune) ProtoReflect() protoreflect.Message

func (*C2M_DelRune) Reset

func (x *C2M_DelRune) Reset()

func (*C2M_DelRune) String

func (x *C2M_DelRune) String() string

type C2M_PublicSyncPlayerInfo

type C2M_PublicSyncPlayerInfo struct {
	// contains filtered or unexported fields
}

func (*C2M_PublicSyncPlayerInfo) Descriptor deprecated

func (*C2M_PublicSyncPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use C2M_PublicSyncPlayerInfo.ProtoReflect.Descriptor instead.

func (*C2M_PublicSyncPlayerInfo) ProtoMessage

func (*C2M_PublicSyncPlayerInfo) ProtoMessage()

func (*C2M_PublicSyncPlayerInfo) ProtoReflect

func (x *C2M_PublicSyncPlayerInfo) ProtoReflect() protoreflect.Message

func (*C2M_PublicSyncPlayerInfo) Reset

func (x *C2M_PublicSyncPlayerInfo) Reset()

func (*C2M_PublicSyncPlayerInfo) String

func (x *C2M_PublicSyncPlayerInfo) String() string

type C2M_PutonEquip

type C2M_PutonEquip struct {
	HeroId  int64 `protobuf:"varint,1,opt,name=HeroId,proto3" json:"HeroId,omitempty"`
	EquipId int64 `protobuf:"varint,2,opt,name=EquipId,proto3" json:"EquipId,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Equip

func (*C2M_PutonEquip) Descriptor deprecated

func (*C2M_PutonEquip) Descriptor() ([]byte, []int)

Deprecated: Use C2M_PutonEquip.ProtoReflect.Descriptor instead.

func (*C2M_PutonEquip) GetEquipId

func (x *C2M_PutonEquip) GetEquipId() int64

func (*C2M_PutonEquip) GetHeroId

func (x *C2M_PutonEquip) GetHeroId() int64

func (*C2M_PutonEquip) ProtoMessage

func (*C2M_PutonEquip) ProtoMessage()

func (*C2M_PutonEquip) ProtoReflect

func (x *C2M_PutonEquip) ProtoReflect() protoreflect.Message

func (*C2M_PutonEquip) Reset

func (x *C2M_PutonEquip) Reset()

func (*C2M_PutonEquip) String

func (x *C2M_PutonEquip) String() string

type C2M_PutonRune

type C2M_PutonRune struct {
	HeroId int64 `protobuf:"varint,1,opt,name=HeroId,proto3" json:"HeroId,omitempty"`
	RuneId int64 `protobuf:"varint,2,opt,name=RuneId,proto3" json:"RuneId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_PutonRune) Descriptor deprecated

func (*C2M_PutonRune) Descriptor() ([]byte, []int)

Deprecated: Use C2M_PutonRune.ProtoReflect.Descriptor instead.

func (*C2M_PutonRune) GetHeroId

func (x *C2M_PutonRune) GetHeroId() int64

func (*C2M_PutonRune) GetRuneId

func (x *C2M_PutonRune) GetRuneId() int64

func (*C2M_PutonRune) ProtoMessage

func (*C2M_PutonRune) ProtoMessage()

func (*C2M_PutonRune) ProtoReflect

func (x *C2M_PutonRune) ProtoReflect() protoreflect.Message

func (*C2M_PutonRune) Reset

func (x *C2M_PutonRune) Reset()

func (*C2M_PutonRune) String

func (x *C2M_PutonRune) String() string

type C2M_QueryHeros

type C2M_QueryHeros struct {
	// contains filtered or unexported fields
}

func (*C2M_QueryHeros) Descriptor deprecated

func (*C2M_QueryHeros) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryHeros.ProtoReflect.Descriptor instead.

func (*C2M_QueryHeros) ProtoMessage

func (*C2M_QueryHeros) ProtoMessage()

func (*C2M_QueryHeros) ProtoReflect

func (x *C2M_QueryHeros) ProtoReflect() protoreflect.Message

func (*C2M_QueryHeros) Reset

func (x *C2M_QueryHeros) Reset()

func (*C2M_QueryHeros) String

func (x *C2M_QueryHeros) String() string

type C2M_QueryItems

type C2M_QueryItems struct {
	// contains filtered or unexported fields
}

func (*C2M_QueryItems) Descriptor deprecated

func (*C2M_QueryItems) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryItems.ProtoReflect.Descriptor instead.

func (*C2M_QueryItems) ProtoMessage

func (*C2M_QueryItems) ProtoMessage()

func (*C2M_QueryItems) ProtoReflect

func (x *C2M_QueryItems) ProtoReflect() protoreflect.Message

func (*C2M_QueryItems) Reset

func (x *C2M_QueryItems) Reset()

func (*C2M_QueryItems) String

func (x *C2M_QueryItems) String() string

type C2M_QueryPlayerInfo

type C2M_QueryPlayerInfo struct {
	// contains filtered or unexported fields
}

func (*C2M_QueryPlayerInfo) Descriptor deprecated

func (*C2M_QueryPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryPlayerInfo.ProtoReflect.Descriptor instead.

func (*C2M_QueryPlayerInfo) ProtoMessage

func (*C2M_QueryPlayerInfo) ProtoMessage()

func (*C2M_QueryPlayerInfo) ProtoReflect

func (x *C2M_QueryPlayerInfo) ProtoReflect() protoreflect.Message

func (*C2M_QueryPlayerInfo) Reset

func (x *C2M_QueryPlayerInfo) Reset()

func (*C2M_QueryPlayerInfo) String

func (x *C2M_QueryPlayerInfo) String() string

type C2M_QueryRunes

type C2M_QueryRunes struct {
	// contains filtered or unexported fields
}

func (*C2M_QueryRunes) Descriptor deprecated

func (*C2M_QueryRunes) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryRunes.ProtoReflect.Descriptor instead.

func (*C2M_QueryRunes) ProtoMessage

func (*C2M_QueryRunes) ProtoMessage()

func (*C2M_QueryRunes) ProtoReflect

func (x *C2M_QueryRunes) ProtoReflect() protoreflect.Message

func (*C2M_QueryRunes) Reset

func (x *C2M_QueryRunes) Reset()

func (*C2M_QueryRunes) String

func (x *C2M_QueryRunes) String() string

type C2M_QueryTalents

type C2M_QueryTalents struct {
	BladeId int64 `protobuf:"varint,1,opt,name=BladeId,proto3" json:"BladeId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_QueryTalents) Descriptor deprecated

func (*C2M_QueryTalents) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryTalents.ProtoReflect.Descriptor instead.

func (*C2M_QueryTalents) GetBladeId

func (x *C2M_QueryTalents) GetBladeId() int64

func (*C2M_QueryTalents) ProtoMessage

func (*C2M_QueryTalents) ProtoMessage()

func (*C2M_QueryTalents) ProtoReflect

func (x *C2M_QueryTalents) ProtoReflect() protoreflect.Message

func (*C2M_QueryTalents) Reset

func (x *C2M_QueryTalents) Reset()

func (*C2M_QueryTalents) String

func (x *C2M_QueryTalents) String() string

type C2M_QueryTokens

type C2M_QueryTokens struct {
	// contains filtered or unexported fields
}

func (*C2M_QueryTokens) Descriptor deprecated

func (*C2M_QueryTokens) Descriptor() ([]byte, []int)

Deprecated: Use C2M_QueryTokens.ProtoReflect.Descriptor instead.

func (*C2M_QueryTokens) ProtoMessage

func (*C2M_QueryTokens) ProtoMessage()

func (*C2M_QueryTokens) ProtoReflect

func (x *C2M_QueryTokens) ProtoReflect() protoreflect.Message

func (*C2M_QueryTokens) Reset

func (x *C2M_QueryTokens) Reset()

func (*C2M_QueryTokens) String

func (x *C2M_QueryTokens) String() string

type C2M_StartStageCombat

type C2M_StartStageCombat struct {
	RpcId int32 `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// scene

func (*C2M_StartStageCombat) Descriptor deprecated

func (*C2M_StartStageCombat) Descriptor() ([]byte, []int)

Deprecated: Use C2M_StartStageCombat.ProtoReflect.Descriptor instead.

func (*C2M_StartStageCombat) GetRpcId

func (x *C2M_StartStageCombat) GetRpcId() int32

func (*C2M_StartStageCombat) ProtoMessage

func (*C2M_StartStageCombat) ProtoMessage()

func (*C2M_StartStageCombat) ProtoReflect

func (x *C2M_StartStageCombat) ProtoReflect() protoreflect.Message

func (*C2M_StartStageCombat) Reset

func (x *C2M_StartStageCombat) Reset()

func (*C2M_StartStageCombat) String

func (x *C2M_StartStageCombat) String() string

type C2M_SyncPlayerInfo

type C2M_SyncPlayerInfo struct {
	// contains filtered or unexported fields
}

func (*C2M_SyncPlayerInfo) Descriptor deprecated

func (*C2M_SyncPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use C2M_SyncPlayerInfo.ProtoReflect.Descriptor instead.

func (*C2M_SyncPlayerInfo) ProtoMessage

func (*C2M_SyncPlayerInfo) ProtoMessage()

func (*C2M_SyncPlayerInfo) ProtoReflect

func (x *C2M_SyncPlayerInfo) ProtoReflect() protoreflect.Message

func (*C2M_SyncPlayerInfo) Reset

func (x *C2M_SyncPlayerInfo) Reset()

func (*C2M_SyncPlayerInfo) String

func (x *C2M_SyncPlayerInfo) String() string

type C2M_TakeoffEquip

type C2M_TakeoffEquip struct {
	HeroId int64 `protobuf:"varint,1,opt,name=HeroId,proto3" json:"HeroId,omitempty"`
	Pos    int32 `protobuf:"varint,2,opt,name=Pos,proto3" json:"Pos,omitempty"` // 0-3
	// contains filtered or unexported fields
}

func (*C2M_TakeoffEquip) Descriptor deprecated

func (*C2M_TakeoffEquip) Descriptor() ([]byte, []int)

Deprecated: Use C2M_TakeoffEquip.ProtoReflect.Descriptor instead.

func (*C2M_TakeoffEquip) GetHeroId

func (x *C2M_TakeoffEquip) GetHeroId() int64

func (*C2M_TakeoffEquip) GetPos

func (x *C2M_TakeoffEquip) GetPos() int32

func (*C2M_TakeoffEquip) ProtoMessage

func (*C2M_TakeoffEquip) ProtoMessage()

func (*C2M_TakeoffEquip) ProtoReflect

func (x *C2M_TakeoffEquip) ProtoReflect() protoreflect.Message

func (*C2M_TakeoffEquip) Reset

func (x *C2M_TakeoffEquip) Reset()

func (*C2M_TakeoffEquip) String

func (x *C2M_TakeoffEquip) String() string

type C2M_TakeoffRune

type C2M_TakeoffRune struct {
	HeroId int64 `protobuf:"varint,1,opt,name=HeroId,proto3" json:"HeroId,omitempty"`
	Pos    int32 `protobuf:"varint,2,opt,name=Pos,proto3" json:"Pos,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_TakeoffRune) Descriptor deprecated

func (*C2M_TakeoffRune) Descriptor() ([]byte, []int)

Deprecated: Use C2M_TakeoffRune.ProtoReflect.Descriptor instead.

func (*C2M_TakeoffRune) GetHeroId

func (x *C2M_TakeoffRune) GetHeroId() int64

func (*C2M_TakeoffRune) GetPos

func (x *C2M_TakeoffRune) GetPos() int32

func (*C2M_TakeoffRune) ProtoMessage

func (*C2M_TakeoffRune) ProtoMessage()

func (*C2M_TakeoffRune) ProtoReflect

func (x *C2M_TakeoffRune) ProtoReflect() protoreflect.Message

func (*C2M_TakeoffRune) Reset

func (x *C2M_TakeoffRune) Reset()

func (*C2M_TakeoffRune) String

func (x *C2M_TakeoffRune) String() string

type C2M_UseItem

type C2M_UseItem struct {
	ItemId int64 `protobuf:"varint,1,opt,name=ItemId,proto3" json:"ItemId,omitempty"`
	// contains filtered or unexported fields
}

func (*C2M_UseItem) Descriptor deprecated

func (*C2M_UseItem) Descriptor() ([]byte, []int)

Deprecated: Use C2M_UseItem.ProtoReflect.Descriptor instead.

func (*C2M_UseItem) GetItemId

func (x *C2M_UseItem) GetItemId() int64

func (*C2M_UseItem) ProtoMessage

func (*C2M_UseItem) ProtoMessage()

func (*C2M_UseItem) ProtoReflect

func (x *C2M_UseItem) ProtoReflect() protoreflect.Message

func (*C2M_UseItem) Reset

func (x *C2M_UseItem) Reset()

func (*C2M_UseItem) String

func (x *C2M_UseItem) String() string

type GameService

type GameService interface {
	GetRemoteLitePlayer(ctx context.Context, in *GetRemoteLitePlayerRequest, opts ...client.CallOption) (*GetRemoteLitePlayerReply, error)
	UpdatePlayerExp(ctx context.Context, in *UpdatePlayerExpRequest, opts ...client.CallOption) (*UpdatePlayerExpReply, error)
}

func NewGameService

func NewGameService(name string, c client.Client) GameService

type GameServiceHandler

type GameServiceHandler interface {
	GetRemoteLitePlayer(context.Context, *GetRemoteLitePlayerRequest, *GetRemoteLitePlayerReply) error
	UpdatePlayerExp(context.Context, *UpdatePlayerExpRequest, *UpdatePlayerExpReply) error
}

type GetRemoteLitePlayerReply

type GetRemoteLitePlayerReply struct {
	Info *LitePlayer `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRemoteLitePlayerReply) Descriptor deprecated

func (*GetRemoteLitePlayerReply) Descriptor() ([]byte, []int)

Deprecated: Use GetRemoteLitePlayerReply.ProtoReflect.Descriptor instead.

func (*GetRemoteLitePlayerReply) GetInfo

func (x *GetRemoteLitePlayerReply) GetInfo() *LitePlayer

func (*GetRemoteLitePlayerReply) ProtoMessage

func (*GetRemoteLitePlayerReply) ProtoMessage()

func (*GetRemoteLitePlayerReply) ProtoReflect

func (x *GetRemoteLitePlayerReply) ProtoReflect() protoreflect.Message

func (*GetRemoteLitePlayerReply) Reset

func (x *GetRemoteLitePlayerReply) Reset()

func (*GetRemoteLitePlayerReply) String

func (x *GetRemoteLitePlayerReply) String() string

type GetRemoteLitePlayerRequest

type GetRemoteLitePlayerRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRemoteLitePlayerRequest) Descriptor deprecated

func (*GetRemoteLitePlayerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRemoteLitePlayerRequest.ProtoReflect.Descriptor instead.

func (*GetRemoteLitePlayerRequest) GetId

func (x *GetRemoteLitePlayerRequest) GetId() int64

func (*GetRemoteLitePlayerRequest) ProtoMessage

func (*GetRemoteLitePlayerRequest) ProtoMessage()

func (*GetRemoteLitePlayerRequest) ProtoReflect

func (*GetRemoteLitePlayerRequest) Reset

func (x *GetRemoteLitePlayerRequest) Reset()

func (*GetRemoteLitePlayerRequest) String

func (x *GetRemoteLitePlayerRequest) String() string

type Hero

type Hero struct {
	Id        int64   `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	TypeId    int32   `protobuf:"varint,2,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	Exp       int64   `protobuf:"varint,3,opt,name=Exp,proto3" json:"Exp,omitempty"`
	Level     int32   `protobuf:"varint,4,opt,name=Level,proto3" json:"Level,omitempty"`
	EquipList []int64 `protobuf:"varint,5,rep,packed,name=EquipList,proto3" json:"EquipList,omitempty"` // 装备
	RuneList  []int64 `protobuf:"varint,6,rep,packed,name=RuneList,proto3" json:"RuneList,omitempty"`   // 魂石
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Hero

func (*Hero) Descriptor deprecated

func (*Hero) Descriptor() ([]byte, []int)

Deprecated: Use Hero.ProtoReflect.Descriptor instead.

func (*Hero) GetEquipList

func (x *Hero) GetEquipList() []int64

func (*Hero) GetExp

func (x *Hero) GetExp() int64

func (*Hero) GetId

func (x *Hero) GetId() int64

func (*Hero) GetLevel

func (x *Hero) GetLevel() int32

func (*Hero) GetRuneList

func (x *Hero) GetRuneList() []int64

func (*Hero) GetTypeId

func (x *Hero) GetTypeId() int32

func (*Hero) ProtoMessage

func (*Hero) ProtoMessage()

func (*Hero) ProtoReflect

func (x *Hero) ProtoReflect() protoreflect.Message

func (*Hero) Reset

func (x *Hero) Reset()

func (*Hero) String

func (x *Hero) String() string

type Item

type Item struct {
	Id         int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	TypeId     int32 `protobuf:"varint,2,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	Num        int32 `protobuf:"varint,3,opt,name=Num,proto3" json:"Num,omitempty"`
	EquipObjId int64 `protobuf:"varint,4,opt,name=EquipObjId,proto3" json:"EquipObjId,omitempty"` // 装备者objid
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Item

func (*Item) Descriptor deprecated

func (*Item) Descriptor() ([]byte, []int)

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetEquipObjId

func (x *Item) GetEquipObjId() int64

func (*Item) GetId

func (x *Item) GetId() int64

func (*Item) GetNum

func (x *Item) GetNum() int32

func (*Item) GetTypeId

func (x *Item) GetTypeId() int32

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type LitePlayer

type LitePlayer struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AccountId int64  `protobuf:"varint,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Exp       int64  `protobuf:"varint,4,opt,name=exp,proto3" json:"exp,omitempty"`
	Level     int32  `protobuf:"varint,5,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// player

func (*LitePlayer) Descriptor deprecated

func (*LitePlayer) Descriptor() ([]byte, []int)

Deprecated: Use LitePlayer.ProtoReflect.Descriptor instead.

func (*LitePlayer) GetAccountId

func (x *LitePlayer) GetAccountId() int64

func (*LitePlayer) GetExp

func (x *LitePlayer) GetExp() int64

func (*LitePlayer) GetId

func (x *LitePlayer) GetId() int64

func (*LitePlayer) GetLevel

func (x *LitePlayer) GetLevel() int32

func (*LitePlayer) GetName

func (x *LitePlayer) GetName() string

func (*LitePlayer) ProtoMessage

func (*LitePlayer) ProtoMessage()

func (*LitePlayer) ProtoReflect

func (x *LitePlayer) ProtoReflect() protoreflect.Message

func (*LitePlayer) Reset

func (x *LitePlayer) Reset()

func (*LitePlayer) String

func (x *LitePlayer) String() string

type M2C_CreatePlayer

type M2C_CreatePlayer struct {
	Error   int32       `protobuf:"varint,91,opt,name=Error,proto3" json:"Error,omitempty"`
	Message string      `protobuf:"bytes,92,opt,name=Message,proto3" json:"Message,omitempty"`
	Info    *PlayerInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_CreatePlayer) Descriptor deprecated

func (*M2C_CreatePlayer) Descriptor() ([]byte, []int)

Deprecated: Use M2C_CreatePlayer.ProtoReflect.Descriptor instead.

func (*M2C_CreatePlayer) GetError

func (x *M2C_CreatePlayer) GetError() int32

func (*M2C_CreatePlayer) GetInfo

func (x *M2C_CreatePlayer) GetInfo() *PlayerInfo

func (*M2C_CreatePlayer) GetMessage

func (x *M2C_CreatePlayer) GetMessage() string

func (*M2C_CreatePlayer) ProtoMessage

func (*M2C_CreatePlayer) ProtoMessage()

func (*M2C_CreatePlayer) ProtoReflect

func (x *M2C_CreatePlayer) ProtoReflect() protoreflect.Message

func (*M2C_CreatePlayer) Reset

func (x *M2C_CreatePlayer) Reset()

func (*M2C_CreatePlayer) String

func (x *M2C_CreatePlayer) String() string

type M2C_DelItem

type M2C_DelItem struct {
	ItemId int64 `protobuf:"varint,1,opt,name=ItemId,proto3" json:"ItemId,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_DelItem) Descriptor deprecated

func (*M2C_DelItem) Descriptor() ([]byte, []int)

Deprecated: Use M2C_DelItem.ProtoReflect.Descriptor instead.

func (*M2C_DelItem) GetItemId

func (x *M2C_DelItem) GetItemId() int64

func (*M2C_DelItem) ProtoMessage

func (*M2C_DelItem) ProtoMessage()

func (*M2C_DelItem) ProtoReflect

func (x *M2C_DelItem) ProtoReflect() protoreflect.Message

func (*M2C_DelItem) Reset

func (x *M2C_DelItem) Reset()

func (*M2C_DelItem) String

func (x *M2C_DelItem) String() string

type M2C_DelRune

type M2C_DelRune struct {
	RuneId int64 `protobuf:"varint,1,opt,name=RuneId,proto3" json:"RuneId,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_DelRune) Descriptor deprecated

func (*M2C_DelRune) Descriptor() ([]byte, []int)

Deprecated: Use M2C_DelRune.ProtoReflect.Descriptor instead.

func (*M2C_DelRune) GetRuneId

func (x *M2C_DelRune) GetRuneId() int64

func (*M2C_DelRune) ProtoMessage

func (*M2C_DelRune) ProtoMessage()

func (*M2C_DelRune) ProtoReflect

func (x *M2C_DelRune) ProtoReflect() protoreflect.Message

func (*M2C_DelRune) Reset

func (x *M2C_DelRune) Reset()

func (*M2C_DelRune) String

func (x *M2C_DelRune) String() string

type M2C_ExpUpdate

type M2C_ExpUpdate struct {
	Exp   int64 `protobuf:"varint,1,opt,name=Exp,proto3" json:"Exp,omitempty"`
	Level int32 `protobuf:"varint,2,opt,name=Level,proto3" json:"Level,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_ExpUpdate) Descriptor deprecated

func (*M2C_ExpUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_ExpUpdate.ProtoReflect.Descriptor instead.

func (*M2C_ExpUpdate) GetExp

func (x *M2C_ExpUpdate) GetExp() int64

func (*M2C_ExpUpdate) GetLevel

func (x *M2C_ExpUpdate) GetLevel() int32

func (*M2C_ExpUpdate) ProtoMessage

func (*M2C_ExpUpdate) ProtoMessage()

func (*M2C_ExpUpdate) ProtoReflect

func (x *M2C_ExpUpdate) ProtoReflect() protoreflect.Message

func (*M2C_ExpUpdate) Reset

func (x *M2C_ExpUpdate) Reset()

func (*M2C_ExpUpdate) String

func (x *M2C_ExpUpdate) String() string

type M2C_HeroAttUpdate

type M2C_HeroAttUpdate struct {
	HeroId  int64  `protobuf:"varint,1,opt,name=HeroId,proto3" json:"HeroId,omitempty"`
	AttList []*Att `protobuf:"bytes,2,rep,name=AttList,proto3" json:"AttList,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Att

func (*M2C_HeroAttUpdate) Descriptor deprecated

func (*M2C_HeroAttUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_HeroAttUpdate.ProtoReflect.Descriptor instead.

func (*M2C_HeroAttUpdate) GetAttList

func (x *M2C_HeroAttUpdate) GetAttList() []*Att

func (*M2C_HeroAttUpdate) GetHeroId

func (x *M2C_HeroAttUpdate) GetHeroId() int64

func (*M2C_HeroAttUpdate) ProtoMessage

func (*M2C_HeroAttUpdate) ProtoMessage()

func (*M2C_HeroAttUpdate) ProtoReflect

func (x *M2C_HeroAttUpdate) ProtoReflect() protoreflect.Message

func (*M2C_HeroAttUpdate) Reset

func (x *M2C_HeroAttUpdate) Reset()

func (*M2C_HeroAttUpdate) String

func (x *M2C_HeroAttUpdate) String() string

type M2C_HeroInfo

type M2C_HeroInfo struct {
	Info *Hero `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_HeroInfo) Descriptor deprecated

func (*M2C_HeroInfo) Descriptor() ([]byte, []int)

Deprecated: Use M2C_HeroInfo.ProtoReflect.Descriptor instead.

func (*M2C_HeroInfo) GetInfo

func (x *M2C_HeroInfo) GetInfo() *Hero

func (*M2C_HeroInfo) ProtoMessage

func (*M2C_HeroInfo) ProtoMessage()

func (*M2C_HeroInfo) ProtoReflect

func (x *M2C_HeroInfo) ProtoReflect() protoreflect.Message

func (*M2C_HeroInfo) Reset

func (x *M2C_HeroInfo) Reset()

func (*M2C_HeroInfo) String

func (x *M2C_HeroInfo) String() string

type M2C_HeroList

type M2C_HeroList struct {
	Heros []*Hero `protobuf:"bytes,1,rep,name=heros,proto3" json:"heros,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_HeroList) Descriptor deprecated

func (*M2C_HeroList) Descriptor() ([]byte, []int)

Deprecated: Use M2C_HeroList.ProtoReflect.Descriptor instead.

func (*M2C_HeroList) GetHeros

func (x *M2C_HeroList) GetHeros() []*Hero

func (*M2C_HeroList) ProtoMessage

func (*M2C_HeroList) ProtoMessage()

func (*M2C_HeroList) ProtoReflect

func (x *M2C_HeroList) ProtoReflect() protoreflect.Message

func (*M2C_HeroList) Reset

func (x *M2C_HeroList) Reset()

func (*M2C_HeroList) String

func (x *M2C_HeroList) String() string

type M2C_HeroUpdate

type M2C_HeroUpdate struct {
	Info *Hero `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_HeroUpdate) Descriptor deprecated

func (*M2C_HeroUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_HeroUpdate.ProtoReflect.Descriptor instead.

func (*M2C_HeroUpdate) GetInfo

func (x *M2C_HeroUpdate) GetInfo() *Hero

func (*M2C_HeroUpdate) ProtoMessage

func (*M2C_HeroUpdate) ProtoMessage()

func (*M2C_HeroUpdate) ProtoReflect

func (x *M2C_HeroUpdate) ProtoReflect() protoreflect.Message

func (*M2C_HeroUpdate) Reset

func (x *M2C_HeroUpdate) Reset()

func (*M2C_HeroUpdate) String

func (x *M2C_HeroUpdate) String() string

type M2C_ItemAdd

type M2C_ItemAdd struct {
	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_ItemAdd) Descriptor deprecated

func (*M2C_ItemAdd) Descriptor() ([]byte, []int)

Deprecated: Use M2C_ItemAdd.ProtoReflect.Descriptor instead.

func (*M2C_ItemAdd) GetItem

func (x *M2C_ItemAdd) GetItem() *Item

func (*M2C_ItemAdd) ProtoMessage

func (*M2C_ItemAdd) ProtoMessage()

func (*M2C_ItemAdd) ProtoReflect

func (x *M2C_ItemAdd) ProtoReflect() protoreflect.Message

func (*M2C_ItemAdd) Reset

func (x *M2C_ItemAdd) Reset()

func (*M2C_ItemAdd) String

func (x *M2C_ItemAdd) String() string

type M2C_ItemList

type M2C_ItemList struct {
	Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_ItemList) Descriptor deprecated

func (*M2C_ItemList) Descriptor() ([]byte, []int)

Deprecated: Use M2C_ItemList.ProtoReflect.Descriptor instead.

func (*M2C_ItemList) GetItems

func (x *M2C_ItemList) GetItems() []*Item

func (*M2C_ItemList) ProtoMessage

func (*M2C_ItemList) ProtoMessage()

func (*M2C_ItemList) ProtoReflect

func (x *M2C_ItemList) ProtoReflect() protoreflect.Message

func (*M2C_ItemList) Reset

func (x *M2C_ItemList) Reset()

func (*M2C_ItemList) String

func (x *M2C_ItemList) String() string

type M2C_ItemUpdate

type M2C_ItemUpdate struct {
	Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_ItemUpdate) Descriptor deprecated

func (*M2C_ItemUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_ItemUpdate.ProtoReflect.Descriptor instead.

func (*M2C_ItemUpdate) GetItem

func (x *M2C_ItemUpdate) GetItem() *Item

func (*M2C_ItemUpdate) ProtoMessage

func (*M2C_ItemUpdate) ProtoMessage()

func (*M2C_ItemUpdate) ProtoReflect

func (x *M2C_ItemUpdate) ProtoReflect() protoreflect.Message

func (*M2C_ItemUpdate) Reset

func (x *M2C_ItemUpdate) Reset()

func (*M2C_ItemUpdate) String

func (x *M2C_ItemUpdate) String() string

type M2C_PublicSyncPlayerInfo

type M2C_PublicSyncPlayerInfo struct {
	// contains filtered or unexported fields
}

func (*M2C_PublicSyncPlayerInfo) Descriptor deprecated

func (*M2C_PublicSyncPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use M2C_PublicSyncPlayerInfo.ProtoReflect.Descriptor instead.

func (*M2C_PublicSyncPlayerInfo) ProtoMessage

func (*M2C_PublicSyncPlayerInfo) ProtoMessage()

func (*M2C_PublicSyncPlayerInfo) ProtoReflect

func (x *M2C_PublicSyncPlayerInfo) ProtoReflect() protoreflect.Message

func (*M2C_PublicSyncPlayerInfo) Reset

func (x *M2C_PublicSyncPlayerInfo) Reset()

func (*M2C_PublicSyncPlayerInfo) String

func (x *M2C_PublicSyncPlayerInfo) String() string

type M2C_QueryPlayerInfo

type M2C_QueryPlayerInfo struct {
	Info  *PlayerInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	Error int32       `protobuf:"varint,2,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_QueryPlayerInfo) Descriptor deprecated

func (*M2C_QueryPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use M2C_QueryPlayerInfo.ProtoReflect.Descriptor instead.

func (*M2C_QueryPlayerInfo) GetError

func (x *M2C_QueryPlayerInfo) GetError() int32

func (*M2C_QueryPlayerInfo) GetInfo

func (x *M2C_QueryPlayerInfo) GetInfo() *PlayerInfo

func (*M2C_QueryPlayerInfo) ProtoMessage

func (*M2C_QueryPlayerInfo) ProtoMessage()

func (*M2C_QueryPlayerInfo) ProtoReflect

func (x *M2C_QueryPlayerInfo) ProtoReflect() protoreflect.Message

func (*M2C_QueryPlayerInfo) Reset

func (x *M2C_QueryPlayerInfo) Reset()

func (*M2C_QueryPlayerInfo) String

func (x *M2C_QueryPlayerInfo) String() string

type M2C_RuneAdd

type M2C_RuneAdd struct {
	Rune *Rune `protobuf:"bytes,1,opt,name=rune,proto3" json:"rune,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_RuneAdd) Descriptor deprecated

func (*M2C_RuneAdd) Descriptor() ([]byte, []int)

Deprecated: Use M2C_RuneAdd.ProtoReflect.Descriptor instead.

func (*M2C_RuneAdd) GetRune

func (x *M2C_RuneAdd) GetRune() *Rune

func (*M2C_RuneAdd) ProtoMessage

func (*M2C_RuneAdd) ProtoMessage()

func (*M2C_RuneAdd) ProtoReflect

func (x *M2C_RuneAdd) ProtoReflect() protoreflect.Message

func (*M2C_RuneAdd) Reset

func (x *M2C_RuneAdd) Reset()

func (*M2C_RuneAdd) String

func (x *M2C_RuneAdd) String() string

type M2C_RuneList

type M2C_RuneList struct {
	Runes []*Rune `protobuf:"bytes,1,rep,name=runes,proto3" json:"runes,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_RuneList) Descriptor deprecated

func (*M2C_RuneList) Descriptor() ([]byte, []int)

Deprecated: Use M2C_RuneList.ProtoReflect.Descriptor instead.

func (*M2C_RuneList) GetRunes

func (x *M2C_RuneList) GetRunes() []*Rune

func (*M2C_RuneList) ProtoMessage

func (*M2C_RuneList) ProtoMessage()

func (*M2C_RuneList) ProtoReflect

func (x *M2C_RuneList) ProtoReflect() protoreflect.Message

func (*M2C_RuneList) Reset

func (x *M2C_RuneList) Reset()

func (*M2C_RuneList) String

func (x *M2C_RuneList) String() string

type M2C_RuneUpdate

type M2C_RuneUpdate struct {
	Rune *Rune `protobuf:"bytes,1,opt,name=rune,proto3" json:"rune,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_RuneUpdate) Descriptor deprecated

func (*M2C_RuneUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_RuneUpdate.ProtoReflect.Descriptor instead.

func (*M2C_RuneUpdate) GetRune

func (x *M2C_RuneUpdate) GetRune() *Rune

func (*M2C_RuneUpdate) ProtoMessage

func (*M2C_RuneUpdate) ProtoMessage()

func (*M2C_RuneUpdate) ProtoReflect

func (x *M2C_RuneUpdate) ProtoReflect() protoreflect.Message

func (*M2C_RuneUpdate) Reset

func (x *M2C_RuneUpdate) Reset()

func (*M2C_RuneUpdate) String

func (x *M2C_RuneUpdate) String() string

type M2C_StartStageCombat

type M2C_StartStageCombat struct {
	RpcId   int32  `protobuf:"varint,90,opt,name=RpcId,proto3" json:"RpcId,omitempty"`
	Error   int32  `protobuf:"varint,91,opt,name=Error,proto3" json:"Error,omitempty"`
	Message string `protobuf:"bytes,92,opt,name=Message,proto3" json:"Message,omitempty"`
	Result  bool   `protobuf:"varint,1,opt,name=Result,proto3" json:"Result,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_StartStageCombat) Descriptor deprecated

func (*M2C_StartStageCombat) Descriptor() ([]byte, []int)

Deprecated: Use M2C_StartStageCombat.ProtoReflect.Descriptor instead.

func (*M2C_StartStageCombat) GetError

func (x *M2C_StartStageCombat) GetError() int32

func (*M2C_StartStageCombat) GetMessage

func (x *M2C_StartStageCombat) GetMessage() string

func (*M2C_StartStageCombat) GetResult

func (x *M2C_StartStageCombat) GetResult() bool

func (*M2C_StartStageCombat) GetRpcId

func (x *M2C_StartStageCombat) GetRpcId() int32

func (*M2C_StartStageCombat) ProtoMessage

func (*M2C_StartStageCombat) ProtoMessage()

func (*M2C_StartStageCombat) ProtoReflect

func (x *M2C_StartStageCombat) ProtoReflect() protoreflect.Message

func (*M2C_StartStageCombat) Reset

func (x *M2C_StartStageCombat) Reset()

func (*M2C_StartStageCombat) String

func (x *M2C_StartStageCombat) String() string

type M2C_SyncPlayerInfo

type M2C_SyncPlayerInfo struct {
	// contains filtered or unexported fields
}

func (*M2C_SyncPlayerInfo) Descriptor deprecated

func (*M2C_SyncPlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use M2C_SyncPlayerInfo.ProtoReflect.Descriptor instead.

func (*M2C_SyncPlayerInfo) ProtoMessage

func (*M2C_SyncPlayerInfo) ProtoMessage()

func (*M2C_SyncPlayerInfo) ProtoReflect

func (x *M2C_SyncPlayerInfo) ProtoReflect() protoreflect.Message

func (*M2C_SyncPlayerInfo) Reset

func (x *M2C_SyncPlayerInfo) Reset()

func (*M2C_SyncPlayerInfo) String

func (x *M2C_SyncPlayerInfo) String() string

type M2C_TalentList

type M2C_TalentList struct {
	BladeId int64     `protobuf:"varint,1,opt,name=BladeId,proto3" json:"BladeId,omitempty"`
	Talents []*Talent `protobuf:"bytes,2,rep,name=Talents,proto3" json:"Talents,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_TalentList) Descriptor deprecated

func (*M2C_TalentList) Descriptor() ([]byte, []int)

Deprecated: Use M2C_TalentList.ProtoReflect.Descriptor instead.

func (*M2C_TalentList) GetBladeId

func (x *M2C_TalentList) GetBladeId() int64

func (*M2C_TalentList) GetTalents

func (x *M2C_TalentList) GetTalents() []*Talent

func (*M2C_TalentList) ProtoMessage

func (*M2C_TalentList) ProtoMessage()

func (*M2C_TalentList) ProtoReflect

func (x *M2C_TalentList) ProtoReflect() protoreflect.Message

func (*M2C_TalentList) Reset

func (x *M2C_TalentList) Reset()

func (*M2C_TalentList) String

func (x *M2C_TalentList) String() string

type M2C_TokenList

type M2C_TokenList struct {
	Tokens []*Token `protobuf:"bytes,1,rep,name=Tokens,proto3" json:"Tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_TokenList) Descriptor deprecated

func (*M2C_TokenList) Descriptor() ([]byte, []int)

Deprecated: Use M2C_TokenList.ProtoReflect.Descriptor instead.

func (*M2C_TokenList) GetTokens

func (x *M2C_TokenList) GetTokens() []*Token

func (*M2C_TokenList) ProtoMessage

func (*M2C_TokenList) ProtoMessage()

func (*M2C_TokenList) ProtoReflect

func (x *M2C_TokenList) ProtoReflect() protoreflect.Message

func (*M2C_TokenList) Reset

func (x *M2C_TokenList) Reset()

func (*M2C_TokenList) String

func (x *M2C_TokenList) String() string

type M2C_TokenUpdate

type M2C_TokenUpdate struct {
	Info *Token `protobuf:"bytes,1,opt,name=Info,proto3" json:"Info,omitempty"`
	// contains filtered or unexported fields
}

func (*M2C_TokenUpdate) Descriptor deprecated

func (*M2C_TokenUpdate) Descriptor() ([]byte, []int)

Deprecated: Use M2C_TokenUpdate.ProtoReflect.Descriptor instead.

func (*M2C_TokenUpdate) GetInfo

func (x *M2C_TokenUpdate) GetInfo() *Token

func (*M2C_TokenUpdate) ProtoMessage

func (*M2C_TokenUpdate) ProtoMessage()

func (*M2C_TokenUpdate) ProtoReflect

func (x *M2C_TokenUpdate) ProtoReflect() protoreflect.Message

func (*M2C_TokenUpdate) Reset

func (x *M2C_TokenUpdate) Reset()

func (*M2C_TokenUpdate) String

func (x *M2C_TokenUpdate) String() string

type MC_SelectPlayer

type MC_SelectPlayer struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*MC_SelectPlayer) Descriptor deprecated

func (*MC_SelectPlayer) Descriptor() ([]byte, []int)

Deprecated: Use MC_SelectPlayer.ProtoReflect.Descriptor instead.

func (*MC_SelectPlayer) GetId

func (x *MC_SelectPlayer) GetId() int64

func (*MC_SelectPlayer) ProtoMessage

func (*MC_SelectPlayer) ProtoMessage()

func (*MC_SelectPlayer) ProtoReflect

func (x *MC_SelectPlayer) ProtoReflect() protoreflect.Message

func (*MC_SelectPlayer) Reset

func (x *MC_SelectPlayer) Reset()

func (*MC_SelectPlayer) String

func (x *MC_SelectPlayer) String() string

type MS_SelectPlayer

type MS_SelectPlayer struct {
	Info      *PlayerInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	ErrorCode int32       `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	// contains filtered or unexported fields
}

func (*MS_SelectPlayer) Descriptor deprecated

func (*MS_SelectPlayer) Descriptor() ([]byte, []int)

Deprecated: Use MS_SelectPlayer.ProtoReflect.Descriptor instead.

func (*MS_SelectPlayer) GetErrorCode

func (x *MS_SelectPlayer) GetErrorCode() int32

func (*MS_SelectPlayer) GetInfo

func (x *MS_SelectPlayer) GetInfo() *PlayerInfo

func (*MS_SelectPlayer) ProtoMessage

func (*MS_SelectPlayer) ProtoMessage()

func (*MS_SelectPlayer) ProtoReflect

func (x *MS_SelectPlayer) ProtoReflect() protoreflect.Message

func (*MS_SelectPlayer) Reset

func (x *MS_SelectPlayer) Reset()

func (*MS_SelectPlayer) String

func (x *MS_SelectPlayer) String() string

type PlayerInfo

type PlayerInfo struct {
	LiteInfo *LitePlayer `protobuf:"bytes,1,opt,name=lite_info,json=liteInfo,proto3" json:"lite_info,omitempty"`
	HeroNums int32       `protobuf:"varint,2,opt,name=hero_nums,json=heroNums,proto3" json:"hero_nums,omitempty"`
	ItemNums int32       `protobuf:"varint,3,opt,name=item_nums,json=itemNums,proto3" json:"item_nums,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerInfo) Descriptor deprecated

func (*PlayerInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlayerInfo.ProtoReflect.Descriptor instead.

func (*PlayerInfo) GetHeroNums

func (x *PlayerInfo) GetHeroNums() int32

func (*PlayerInfo) GetItemNums

func (x *PlayerInfo) GetItemNums() int32

func (*PlayerInfo) GetLiteInfo

func (x *PlayerInfo) GetLiteInfo() *LitePlayer

func (*PlayerInfo) ProtoMessage

func (*PlayerInfo) ProtoMessage()

func (*PlayerInfo) ProtoReflect

func (x *PlayerInfo) ProtoReflect() protoreflect.Message

func (*PlayerInfo) Reset

func (x *PlayerInfo) Reset()

func (*PlayerInfo) String

func (x *PlayerInfo) String() string

type Rune

type Rune struct {
	Id         int64      `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	TypeId     int32      `protobuf:"varint,2,opt,name=TypeId,proto3" json:"TypeId,omitempty"`
	EquipObjId int64      `protobuf:"varint,3,opt,name=EquipObjId,proto3" json:"EquipObjId,omitempty"` // 装备者objid
	Atts       []*RuneAtt `protobuf:"bytes,4,rep,name=Atts,proto3" json:"Atts,omitempty"`              // 1条主属性+5条副属性
	// contains filtered or unexported fields
}

func (*Rune) Descriptor deprecated

func (*Rune) Descriptor() ([]byte, []int)

Deprecated: Use Rune.ProtoReflect.Descriptor instead.

func (*Rune) GetAtts

func (x *Rune) GetAtts() []*RuneAtt

func (*Rune) GetEquipObjId

func (x *Rune) GetEquipObjId() int64

func (*Rune) GetId

func (x *Rune) GetId() int64

func (*Rune) GetTypeId

func (x *Rune) GetTypeId() int32

func (*Rune) ProtoMessage

func (*Rune) ProtoMessage()

func (*Rune) ProtoReflect

func (x *Rune) ProtoReflect() protoreflect.Message

func (*Rune) Reset

func (x *Rune) Reset()

func (*Rune) String

func (x *Rune) String() string

type RuneAtt

type RuneAtt struct {
	AttType  int32 `protobuf:"varint,1,opt,name=AttType,proto3" json:"AttType,omitempty"`
	AttValue int64 `protobuf:"varint,2,opt,name=AttValue,proto3" json:"AttValue,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Rune

func (*RuneAtt) Descriptor deprecated

func (*RuneAtt) Descriptor() ([]byte, []int)

Deprecated: Use RuneAtt.ProtoReflect.Descriptor instead.

func (*RuneAtt) GetAttType

func (x *RuneAtt) GetAttType() int32

func (*RuneAtt) GetAttValue

func (x *RuneAtt) GetAttValue() int64

func (*RuneAtt) ProtoMessage

func (*RuneAtt) ProtoMessage()

func (*RuneAtt) ProtoReflect

func (x *RuneAtt) ProtoReflect() protoreflect.Message

func (*RuneAtt) Reset

func (x *RuneAtt) Reset()

func (*RuneAtt) String

func (x *RuneAtt) String() string

type Talent

type Talent struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Talent

func (*Talent) Descriptor deprecated

func (*Talent) Descriptor() ([]byte, []int)

Deprecated: Use Talent.ProtoReflect.Descriptor instead.

func (*Talent) GetId

func (x *Talent) GetId() int32

func (*Talent) ProtoMessage

func (*Talent) ProtoMessage()

func (*Talent) ProtoReflect

func (x *Talent) ProtoReflect() protoreflect.Message

func (*Talent) Reset

func (x *Talent) Reset()

func (*Talent) String

func (x *Talent) String() string

type Token

type Token struct {
	Type    int32 `protobuf:"varint,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Value   int64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
	MaxHold int64 `protobuf:"varint,3,opt,name=MaxHold,proto3" json:"MaxHold,omitempty"`
	// contains filtered or unexported fields
}

////////////////////////////////////////////// Token

func (*Token) Descriptor deprecated

func (*Token) Descriptor() ([]byte, []int)

Deprecated: Use Token.ProtoReflect.Descriptor instead.

func (*Token) GetMaxHold

func (x *Token) GetMaxHold() int64

func (*Token) GetType

func (x *Token) GetType() int32

func (*Token) GetValue

func (x *Token) GetValue() int64

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) ProtoReflect

func (x *Token) ProtoReflect() protoreflect.Message

func (*Token) Reset

func (x *Token) Reset()

func (*Token) String

func (x *Token) String() string

type UpdatePlayerExpReply

type UpdatePlayerExpReply struct {
	Id  int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Exp int64 `protobuf:"varint,2,opt,name=exp,proto3" json:"exp,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlayerExpReply) Descriptor deprecated

func (*UpdatePlayerExpReply) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlayerExpReply.ProtoReflect.Descriptor instead.

func (*UpdatePlayerExpReply) GetExp

func (x *UpdatePlayerExpReply) GetExp() int64

func (*UpdatePlayerExpReply) GetId

func (x *UpdatePlayerExpReply) GetId() int64

func (*UpdatePlayerExpReply) ProtoMessage

func (*UpdatePlayerExpReply) ProtoMessage()

func (*UpdatePlayerExpReply) ProtoReflect

func (x *UpdatePlayerExpReply) ProtoReflect() protoreflect.Message

func (*UpdatePlayerExpReply) Reset

func (x *UpdatePlayerExpReply) Reset()

func (*UpdatePlayerExpReply) String

func (x *UpdatePlayerExpReply) String() string

type UpdatePlayerExpRequest

type UpdatePlayerExpRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlayerExpRequest) Descriptor deprecated

func (*UpdatePlayerExpRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlayerExpRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlayerExpRequest) GetId

func (x *UpdatePlayerExpRequest) GetId() int64

func (*UpdatePlayerExpRequest) ProtoMessage

func (*UpdatePlayerExpRequest) ProtoMessage()

func (*UpdatePlayerExpRequest) ProtoReflect

func (x *UpdatePlayerExpRequest) ProtoReflect() protoreflect.Message

func (*UpdatePlayerExpRequest) Reset

func (x *UpdatePlayerExpRequest) Reset()

func (*UpdatePlayerExpRequest) String

func (x *UpdatePlayerExpRequest) String() string

Jump to

Keyboard shortcuts

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