mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] TEngineServer
[+] TEngineServer
This commit is contained in:
7
Assets/GameScripts/ThirdParty/Protobuf-net/Compiler/CompilerDelegates.cs
vendored
Normal file
7
Assets/GameScripts/ThirdParty/Protobuf-net/Compiler/CompilerDelegates.cs
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#if FEAT_COMPILER
|
||||
namespace ProtoBuf.Compiler
|
||||
{
|
||||
internal delegate void ProtoSerializer(object value, ProtoWriter dest);
|
||||
internal delegate object ProtoDeserializer(object value, ProtoReader source);
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user