johnclot69 1 год назад
Родитель
Сommit
2639d11b07
27 измененных файлов с 23 добавлено и 3 удалено
  1. 11 1
      GameServer/Config/Proto/InnerMessage_S_20001.proto
  2. 12 2
      GameServer/Config/Proto/OuterMessage_C_10001.proto
  3. BIN
      GameServer/DebugBin/App.dll
  4. BIN
      GameServer/DebugBin/App.pdb
  5. BIN
      GameServer/DebugBin/Core.pdb
  6. BIN
      GameServer/DebugBin/EPPlus.Interfaces.dll
  7. BIN
      GameServer/DebugBin/Hotfix.dll
  8. BIN
      GameServer/DebugBin/Hotfix.pdb
  9. BIN
      GameServer/DebugBin/Model.dll
  10. BIN
      GameServer/DebugBin/Model.pdb
  11. BIN
      GameServer/DebugBin/MongoDB.Libmongocrypt.dll
  12. BIN
      GameServer/DebugBin/Runtimes/Linux/native/libmongocrypt.so
  13. BIN
      GameServer/DebugBin/Runtimes/Linux/native/libsnappy64.so
  14. BIN
      GameServer/DebugBin/Runtimes/Linux/native/libzstd.so
  15. BIN
      GameServer/DebugBin/Runtimes/osx/native/libmongocrypt.dylib
  16. BIN
      GameServer/DebugBin/Runtimes/osx/native/libsnappy64.dylib
  17. BIN
      GameServer/DebugBin/Runtimes/osx/native/libzstd.dylib
  18. BIN
      GameServer/DebugBin/Runtimes/unix/lib/netstandard2.0/System.Private.ServiceModel.dll
  19. BIN
      GameServer/DebugBin/Runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll
  20. BIN
      GameServer/DebugBin/Runtimes/win/lib/net7.0/System.Drawing.Common.dll
  21. BIN
      GameServer/DebugBin/Runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll
  22. BIN
      GameServer/DebugBin/Runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll
  23. BIN
      GameServer/DebugBin/Runtimes/win/native/libzstd.dll
  24. BIN
      GameServer/DebugBin/Runtimes/win/native/mongocrypt.dll
  25. BIN
      GameServer/DebugBin/Runtimes/win/native/snappy32.dll
  26. BIN
      GameServer/DebugBin/Runtimes/win/native/snappy64.dll
  27. BIN
      GameServer/DebugBin/kcp.dll

+ 11 - 1
GameServer/Config/Proto/InnerMessage_S_20001.proto

@@ -172,5 +172,15 @@ message R2G_AddLevel // IActorMessage
 {
 	string OpenId = 1;
 	int64 RoomId = 2;
-	int32 Likes = 3;
+	int64 Likes = 3;
+}
+
+message R2G_GiveGift // IActorMessage
+{
+	string OpenId = 1;
+	int64 RoomId = 2;
+	string NickName = 3;
+	string GiftId = 4;
+	int64 GiftNum = 5;		// 送出的礼物数量
+	int64 GiftValue = 6;	// 礼物总价值,单位分
 }

+ 12 - 2
GameServer/Config/Proto/OuterMessage_C_10001.proto

@@ -174,7 +174,6 @@ message M2C_Reload // IResponse
 message C2R_Login // IRequest
 {
 	int32 RpcId = 1;
-	string RoomId = 2;
 }
 
 message R2C_Login // IResponse
@@ -182,7 +181,6 @@ message R2C_Login // IResponse
 	int32 RpcId = 1;
 	int32 Error = 2;
 	string Message = 3;
-	string Token = 4;
 	// 服务器列表
 	repeated string Address = 5;
 }
@@ -365,4 +363,16 @@ message G2C_BattleNotify // IResponse
 	int32 RpcId = 1;
 	int32 Error = 2;
 	string Message = 3;
+}
+
+message G2C_LikeInfoPush // IActorMessage
+{
+	int64 TotalNum = 1;		// 点赞总数量
+	int64 ConfigNum = 2;	// 到达多少值后,总数量减少,然后累加
+}
+
+message G2C_GiftInfoPush // IActorMessage
+{
+	string NickName = 1;	// 昵称
+	int64 GiftNum = 2;		// 数量
 }

BIN
GameServer/DebugBin/App.dll


BIN
GameServer/DebugBin/App.pdb


BIN
GameServer/DebugBin/Core.pdb


BIN
GameServer/DebugBin/EPPlus.Interfaces.dll


BIN
GameServer/DebugBin/Hotfix.dll


BIN
GameServer/DebugBin/Hotfix.pdb


BIN
GameServer/DebugBin/Model.dll


BIN
GameServer/DebugBin/Model.pdb


BIN
GameServer/DebugBin/MongoDB.Libmongocrypt.dll


BIN
GameServer/DebugBin/Runtimes/Linux/native/libmongocrypt.so


BIN
GameServer/DebugBin/Runtimes/Linux/native/libsnappy64.so


BIN
GameServer/DebugBin/Runtimes/Linux/native/libzstd.so


BIN
GameServer/DebugBin/Runtimes/osx/native/libmongocrypt.dylib


BIN
GameServer/DebugBin/Runtimes/osx/native/libsnappy64.dylib


BIN
GameServer/DebugBin/Runtimes/osx/native/libzstd.dylib


BIN
GameServer/DebugBin/Runtimes/unix/lib/netstandard2.0/System.Private.ServiceModel.dll


BIN
GameServer/DebugBin/Runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll


BIN
GameServer/DebugBin/Runtimes/win/lib/net7.0/System.Drawing.Common.dll


BIN
GameServer/DebugBin/Runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll


BIN
GameServer/DebugBin/Runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll


BIN
GameServer/DebugBin/Runtimes/win/native/libzstd.dll


BIN
GameServer/DebugBin/Runtimes/win/native/mongocrypt.dll


BIN
GameServer/DebugBin/Runtimes/win/native/snappy32.dll


BIN
GameServer/DebugBin/Runtimes/win/native/snappy64.dll


BIN
GameServer/DebugBin/kcp.dll