Binary file not shown.
Binary file not shown.
BIN
Tools/NetworkProtocol/Fantasy.Tools.NetworkProtocol.exe
Normal file
BIN
Tools/NetworkProtocol/Fantasy.Tools.NetworkProtocol.exe
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,6 @@
|
||||
#if SERVER
|
||||
using ProtoBuf;
|
||||
(UsingNamespace)
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
using Fantasy;
|
||||
@@ -18,18 +17,18 @@ using Fantasy.Serialize;
|
||||
#pragma warning disable CS8618
|
||||
|
||||
namespace Fantasy
|
||||
{
|
||||
{
|
||||
#else
|
||||
using ProtoBuf;
|
||||
using System;
|
||||
(UsingNamespace)
|
||||
using System.Collections.Generic;
|
||||
using Fantasy;
|
||||
using Fantasy.Network.Interface;
|
||||
using Fantasy.Serialize;
|
||||
using NBC;
|
||||
using NBC.Network.Interface;
|
||||
using NBC.Serialize;
|
||||
#pragma warning disable CS8618
|
||||
|
||||
namespace Fantasy
|
||||
namespace NBC
|
||||
{
|
||||
#endif
|
||||
(Content)}
|
||||
(Content)}
|
||||
Reference in New Issue
Block a user