Files
Fishing2/Assets/Scripts/NBC~/Runtime/Plugins~/Protobuf-net/Compiler/CompilerDelegates.cs
2025-11-12 17:24:02 +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