mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 22:52:26 +08:00
234 lines
9.7 KiB
Go
234 lines
9.7 KiB
Go
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
|
// Copyright (C) 2022 Sorapointa Team
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License as
|
|
// published by the Free Software Foundation, either version 3 of the
|
|
// License, or (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.26.0
|
|
// protoc v3.14.0
|
|
// source: AbilityInvocationFixedNotify.proto
|
|
|
|
package proto
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// CmdId: 1172
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
type AbilityInvocationFixedNotify struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Invoke6Th *AbilityInvokeEntry `protobuf:"bytes,14,opt,name=invoke6th,proto3" json:"invoke6th,omitempty"`
|
|
Invoke5Th *AbilityInvokeEntry `protobuf:"bytes,8,opt,name=invoke5th,proto3" json:"invoke5th,omitempty"`
|
|
Invoke4Th *AbilityInvokeEntry `protobuf:"bytes,1,opt,name=invoke4th,proto3" json:"invoke4th,omitempty"`
|
|
Invoke2Nd *AbilityInvokeEntry `protobuf:"bytes,5,opt,name=invoke2nd,proto3" json:"invoke2nd,omitempty"`
|
|
Invoke1St *AbilityInvokeEntry `protobuf:"bytes,10,opt,name=invoke1st,proto3" json:"invoke1st,omitempty"`
|
|
Invoke3Rd *AbilityInvokeEntry `protobuf:"bytes,12,opt,name=invoke3rd,proto3" json:"invoke3rd,omitempty"`
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) Reset() {
|
|
*x = AbilityInvocationFixedNotify{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_AbilityInvocationFixedNotify_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AbilityInvocationFixedNotify) ProtoMessage() {}
|
|
|
|
func (x *AbilityInvocationFixedNotify) ProtoReflect() protoreflect.Message {
|
|
mi := &file_AbilityInvocationFixedNotify_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AbilityInvocationFixedNotify.ProtoReflect.Descriptor instead.
|
|
func (*AbilityInvocationFixedNotify) Descriptor() ([]byte, []int) {
|
|
return file_AbilityInvocationFixedNotify_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke6Th() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke6Th
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke5Th() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke5Th
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke4Th() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke4Th
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke2Nd() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke2Nd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke1St() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke1St
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AbilityInvocationFixedNotify) GetInvoke3Rd() *AbilityInvokeEntry {
|
|
if x != nil {
|
|
return x.Invoke3Rd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_AbilityInvocationFixedNotify_proto protoreflect.FileDescriptor
|
|
|
|
var file_AbilityInvocationFixedNotify_proto_rawDesc = []byte{
|
|
0x0a, 0x22, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x41, 0x62, 0x69,
|
|
0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf4, 0x02, 0x0a, 0x1c, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74,
|
|
0x79, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64,
|
|
0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65,
|
|
0x36, 0x74, 0x68, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x2e, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x45,
|
|
0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x36, 0x74, 0x68, 0x12,
|
|
0x37, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x35, 0x74, 0x68, 0x18, 0x08, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x62, 0x69, 0x6c, 0x69,
|
|
0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x69,
|
|
0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x35, 0x74, 0x68, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x6f,
|
|
0x6b, 0x65, 0x34, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b,
|
|
0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x34, 0x74,
|
|
0x68, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x32, 0x6e, 0x64, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x62, 0x69,
|
|
0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
|
|
0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x32, 0x6e, 0x64, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x6e,
|
|
0x76, 0x6f, 0x6b, 0x65, 0x31, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76,
|
|
0x6f, 0x6b, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65,
|
|
0x31, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x33, 0x72, 0x64,
|
|
0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x41,
|
|
0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x45, 0x6e, 0x74, 0x72,
|
|
0x79, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x33, 0x72, 0x64, 0x42, 0x0a, 0x5a, 0x08,
|
|
0x2e, 0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_AbilityInvocationFixedNotify_proto_rawDescOnce sync.Once
|
|
file_AbilityInvocationFixedNotify_proto_rawDescData = file_AbilityInvocationFixedNotify_proto_rawDesc
|
|
)
|
|
|
|
func file_AbilityInvocationFixedNotify_proto_rawDescGZIP() []byte {
|
|
file_AbilityInvocationFixedNotify_proto_rawDescOnce.Do(func() {
|
|
file_AbilityInvocationFixedNotify_proto_rawDescData = protoimpl.X.CompressGZIP(file_AbilityInvocationFixedNotify_proto_rawDescData)
|
|
})
|
|
return file_AbilityInvocationFixedNotify_proto_rawDescData
|
|
}
|
|
|
|
var file_AbilityInvocationFixedNotify_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
|
var file_AbilityInvocationFixedNotify_proto_goTypes = []interface{}{
|
|
(*AbilityInvocationFixedNotify)(nil), // 0: proto.AbilityInvocationFixedNotify
|
|
(*AbilityInvokeEntry)(nil), // 1: proto.AbilityInvokeEntry
|
|
}
|
|
var file_AbilityInvocationFixedNotify_proto_depIdxs = []int32{
|
|
1, // 0: proto.AbilityInvocationFixedNotify.invoke6th:type_name -> proto.AbilityInvokeEntry
|
|
1, // 1: proto.AbilityInvocationFixedNotify.invoke5th:type_name -> proto.AbilityInvokeEntry
|
|
1, // 2: proto.AbilityInvocationFixedNotify.invoke4th:type_name -> proto.AbilityInvokeEntry
|
|
1, // 3: proto.AbilityInvocationFixedNotify.invoke2nd:type_name -> proto.AbilityInvokeEntry
|
|
1, // 4: proto.AbilityInvocationFixedNotify.invoke1st:type_name -> proto.AbilityInvokeEntry
|
|
1, // 5: proto.AbilityInvocationFixedNotify.invoke3rd:type_name -> proto.AbilityInvokeEntry
|
|
6, // [6:6] is the sub-list for method output_type
|
|
6, // [6:6] is the sub-list for method input_type
|
|
6, // [6:6] is the sub-list for extension type_name
|
|
6, // [6:6] is the sub-list for extension extendee
|
|
0, // [0:6] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_AbilityInvocationFixedNotify_proto_init() }
|
|
func file_AbilityInvocationFixedNotify_proto_init() {
|
|
if File_AbilityInvocationFixedNotify_proto != nil {
|
|
return
|
|
}
|
|
file_AbilityInvokeEntry_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_AbilityInvocationFixedNotify_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AbilityInvocationFixedNotify); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_AbilityInvocationFixedNotify_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 1,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_AbilityInvocationFixedNotify_proto_goTypes,
|
|
DependencyIndexes: file_AbilityInvocationFixedNotify_proto_depIdxs,
|
|
MessageInfos: file_AbilityInvocationFixedNotify_proto_msgTypes,
|
|
}.Build()
|
|
File_AbilityInvocationFixedNotify_proto = out.File
|
|
file_AbilityInvocationFixedNotify_proto_rawDesc = nil
|
|
file_AbilityInvocationFixedNotify_proto_goTypes = nil
|
|
file_AbilityInvocationFixedNotify_proto_depIdxs = nil
|
|
}
|