Files
Fishing2/Assets/Scripts/NBC/Runtime/Plugins/Protobuf-net/Compiler/CompilerDelegates.cs
2025-10-29 22:41:47 +08:00

7 lines
217 B
C#

#if FEAT_COMPILER
namespace ProtoBuf.Compiler
{
internal delegate void ProtoSerializer(object value, ProtoWriter dest);
internal delegate object ProtoDeserializer(object value, ProtoReader source);
}
#endif