Răsfoiți Sursa

服务端客户端代码都抽到Codes中

tanghai 3 ani în urmă
părinte
comite
24c6bef452
100 a modificat fișierele cu 0 adăugiri și 0 ștergeri
  1. 0 0
      Codes/Generate/Client/Config/AIConfig.cs
  2. 0 0
      Codes/Generate/Client/Config/UnitConfig.cs
  3. 0 0
      Codes/Generate/Client/Message/OuterMessage.cs
  4. 0 0
      Codes/Generate/Client/Message/OuterOpcode.cs
  5. 0 0
      Codes/Generate/Server/Config/AIConfig.cs
  6. 0 0
      Codes/Generate/Server/Config/StartMachineConfig.cs
  7. 0 0
      Codes/Generate/Server/Config/StartProcessConfig.cs
  8. 0 0
      Codes/Generate/Server/Config/StartSceneConfig.cs
  9. 0 0
      Codes/Generate/Server/Config/StartZoneConfig.cs
  10. 0 0
      Codes/Generate/Server/Config/UnitConfig.cs
  11. 0 0
      Codes/Generate/Server/ConfigPartial/StartProcessConfig.cs
  12. 0 0
      Codes/Generate/Server/ConfigPartial/StartSceneConfig.cs
  13. 0 0
      Codes/Generate/Server/Message/InnerMessage.cs
  14. 0 0
      Codes/Generate/Server/Message/InnerOpcode.cs
  15. 0 0
      Codes/Generate/Server/Message/MongoMessage.cs
  16. 0 0
      Codes/Generate/Server/Message/MongoOpcode.cs
  17. 0 0
      Codes/Generate/Server/Message/OuterMessage.cs
  18. 0 0
      Codes/Generate/Server/Message/OuterOpcode.cs
  19. 0 0
      Codes/Hotfix/Client/AI/AI_Attack.cs
  20. 0 0
      Codes/Hotfix/Client/AI/AI_XunLuo.cs
  21. 0 0
      Codes/Hotfix/Client/AI/XunLuoPathComponentSystem.cs
  22. 0 0
      Codes/Hotfix/Client/Login/EnterMapHelper.cs
  23. 0 0
      Codes/Hotfix/Client/Login/LoginHelper.cs
  24. 0 0
      Codes/Hotfix/Client/Move/M2C_PathfindingResultHandler.cs
  25. 0 0
      Codes/Hotfix/Client/Move/M2C_StopHandler.cs
  26. 0 0
      Codes/Hotfix/Client/Move/MoveHelper.cs
  27. 0 0
      Codes/Hotfix/Client/Ping/PingComponentSystem.cs
  28. 0 0
      Codes/Hotfix/Client/Router/HttpClientHelper.cs
  29. 0 0
      Codes/Hotfix/Client/Router/RouterAddressComponentSystem.cs
  30. 0 0
      Codes/Hotfix/Client/Router/RouterCheckComponentSystem.cs
  31. 0 0
      Codes/Hotfix/Client/Router/RouterHelper.cs
  32. 0 0
      Codes/Hotfix/Client/Scene/ClientSceneFlagComponentSystem.cs
  33. 0 0
      Codes/Hotfix/Client/Scene/ClientSceneManagerComponentSystem.cs
  34. 0 0
      Codes/Hotfix/Client/Scene/CurrentScenesComponentSystem.cs
  35. 0 0
      Codes/Hotfix/Client/Scene/M2C_StartSceneChangeHandler.cs
  36. 0 0
      Codes/Hotfix/Client/Scene/SceneChangeHelper.cs
  37. 0 0
      Codes/Hotfix/Client/Scene/SceneFactory.cs
  38. 0 0
      Codes/Hotfix/Client/Session/SessionComponentSystem.cs
  39. 0 0
      Codes/Hotfix/Client/Session/SessionStreamDispatcherClientOuter.cs
  40. 0 0
      Codes/Hotfix/Client/Unit/M2C_CreateMyUnitHandler.cs
  41. 0 0
      Codes/Hotfix/Client/Unit/M2C_CreateUnitsHandler.cs
  42. 0 0
      Codes/Hotfix/Client/Unit/M2C_RemoveUnitsHandler.cs
  43. 0 0
      Codes/Hotfix/Client/Unit/UnitFactory.cs
  44. 0 0
      Codes/Hotfix/Client/Unit/UnitHelper.cs
  45. 0 0
      Codes/Hotfix/Server/Helper/HttpHelper.cs
  46. 0 0
      Codes/Hotfix/Server/Helper/InnerMessageDispatcherHelper.cs
  47. 0 0
      Codes/Hotfix/Server/Helper/MessageHelper.cs
  48. 0 0
      Codes/Hotfix/Server/Helper/SceneFactory.cs
  49. 0 0
      Codes/Hotfix/Server/Helper/SessionStreamDispatcherServerInner.cs
  50. 0 0
      Codes/Hotfix/Server/Helper/SessionStreamDispatcherServerOuter.cs
  51. 0 0
      Codes/Hotfix/Server/Module/AOI/AOIEntitySystem.cs
  52. 0 0
      Codes/Hotfix/Server/Module/AOI/AOIHelper.cs
  53. 0 0
      Codes/Hotfix/Server/Module/AOI/AOIManagerComponentSystem.cs
  54. 0 0
      Codes/Hotfix/Server/Module/AOI/AOISeeCheckHelper.cs
  55. 0 0
      Codes/Hotfix/Server/Module/AOI/CellSystem.cs
  56. 0 0
      Codes/Hotfix/Server/Module/Actor/ActorHelper.cs
  57. 0 0
      Codes/Hotfix/Server/Module/Actor/ActorMessageDispatcherComponentSystem.cs
  58. 0 0
      Codes/Hotfix/Server/Module/Actor/ActorMessageSenderComponentSystem.cs
  59. 0 0
      Codes/Hotfix/Server/Module/Actor/MailBoxComponentSystem.cs
  60. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ActorLocationSenderComponentSystem.cs
  61. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ActorLocationSenderSystem.cs
  62. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/LocationComponentSystem.cs
  63. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/LocationProxyComponentSystem.cs
  64. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ObjectAddRequestHandler.cs
  65. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ObjectGetRequestHandler.cs
  66. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ObjectLockRequestHandler.cs
  67. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ObjectRemoveRequestHandler.cs
  68. 0 0
      Codes/Hotfix/Server/Module/ActorLocation/ObjectUnLockRequestHandler.cs
  69. 0 0
      Codes/Hotfix/Server/Module/Console/ConsoleComponentSystem.cs
  70. 0 0
      Codes/Hotfix/Server/Module/Console/ReloadConfigConsoleHandler.cs
  71. 0 0
      Codes/Hotfix/Server/Module/Console/ReloadDllConsoleHandler.cs
  72. 0 0
      Codes/Hotfix/Server/Module/DB/DBComponentSystem.cs
  73. 0 0
      Codes/Hotfix/Server/Module/DB/DBManagerComponentSystem.cs
  74. 0 0
      Codes/Hotfix/Server/Module/Http/HttpComponentSystem.cs
  75. 0 0
      Codes/Hotfix/Server/Module/MessageInner/NetInnerComponentSystem.cs
  76. 0 0
      Codes/Hotfix/Server/Module/RobotCase/RobotCaseComponentSystem.cs
  77. 0 0
      Codes/Hotfix/Server/Module/RobotCase/RobotCaseDispatcherComponentSystem.cs
  78. 0 0
      Codes/Hotfix/Server/Module/Router/RouterComponentSystem.cs
  79. 0 0
      Codes/Hotfix/Server/Module/Router/RouterNodeSystem.cs
  80. 0 0
      Codes/Hotfix/Server/Scenes/Gate/C2G_EnterMapHandler.cs
  81. 0 0
      Codes/Hotfix/Server/Scenes/Gate/C2G_LoginGateHandler.cs
  82. 0 0
      Codes/Hotfix/Server/Scenes/Gate/C2G_PingHandler.cs
  83. 0 0
      Codes/Hotfix/Server/Scenes/Gate/GateSessionKeyComponentSystem.cs
  84. 0 0
      Codes/Hotfix/Server/Scenes/Gate/PlayerComponentSystem.cs
  85. 0 0
      Codes/Hotfix/Server/Scenes/Gate/PlayerSystem.cs
  86. 0 0
      Codes/Hotfix/Server/Scenes/Gate/R2G_GetLoginKeyHandler.cs
  87. 0 0
      Codes/Hotfix/Server/Scenes/Gate/SessionPlayerComponentSystem.cs
  88. 0 0
      Codes/Hotfix/Server/Scenes/Map/AOI/ChangePosition_NotifyAOI.cs
  89. 0 0
      Codes/Hotfix/Server/Scenes/Map/C2M_TestRobotCaseHandler.cs
  90. 0 0
      Codes/Hotfix/Server/Scenes/Map/G2M_SessionDisconnectHandler.cs
  91. 0 0
      Codes/Hotfix/Server/Scenes/Map/Move/C2M_PathfindingResultHandler.cs
  92. 0 0
      Codes/Hotfix/Server/Scenes/Map/Move/C2M_StopHandler.cs
  93. 0 0
      Codes/Hotfix/Server/Scenes/Map/Move/MoveHelper.cs
  94. 0 0
      Codes/Hotfix/Server/Scenes/Map/Transfer/C2M_TransferMapHandler.cs
  95. 0 0
      Codes/Hotfix/Server/Scenes/Map/Transfer/M2M_UnitTransferRequestHandler.cs
  96. 0 0
      Codes/Hotfix/Server/Scenes/Map/Transfer/TransferHelper.cs
  97. 0 0
      Codes/Hotfix/Server/Scenes/Map/Unit/UnitEnterSightRange_NotifyClient.cs
  98. 0 0
      Codes/Hotfix/Server/Scenes/Map/Unit/UnitFactory.cs
  99. 0 0
      Codes/Hotfix/Server/Scenes/Map/Unit/UnitGateComponentSystem.cs
  100. 0 0
      Codes/Hotfix/Server/Scenes/Map/Unit/UnitHelper.cs

+ 0 - 0
DotNet/Model/Generate/Config/AIConfig.cs → Codes/Generate/Client/Config/AIConfig.cs


+ 0 - 0
DotNet/Model/Generate/Config/UnitConfig.cs → Codes/Generate/Client/Config/UnitConfig.cs


+ 0 - 0
DotNet/Model/Generate/Message/OuterMessage.cs → Codes/Generate/Client/Message/OuterMessage.cs


+ 0 - 0
DotNet/Model/Generate/Message/OuterOpcode.cs → Codes/Generate/Client/Message/OuterOpcode.cs


+ 0 - 0
Unity/Codes/Model/Generate/Config/AIConfig.cs → Codes/Generate/Server/Config/AIConfig.cs


+ 0 - 0
DotNet/Model/Generate/Config/StartMachineConfig.cs → Codes/Generate/Server/Config/StartMachineConfig.cs


+ 0 - 0
DotNet/Model/Generate/Config/StartProcessConfig.cs → Codes/Generate/Server/Config/StartProcessConfig.cs


+ 0 - 0
DotNet/Model/Generate/Config/StartSceneConfig.cs → Codes/Generate/Server/Config/StartSceneConfig.cs


+ 0 - 0
DotNet/Model/Generate/Config/StartZoneConfig.cs → Codes/Generate/Server/Config/StartZoneConfig.cs


+ 0 - 0
Unity/Codes/Model/Generate/Config/UnitConfig.cs → Codes/Generate/Server/Config/UnitConfig.cs


+ 0 - 0
DotNet/Model/Generate/ConfigPartial/StartProcessConfig.cs → Codes/Generate/Server/ConfigPartial/StartProcessConfig.cs


+ 0 - 0
DotNet/Model/Generate/ConfigPartial/StartSceneConfig.cs → Codes/Generate/Server/ConfigPartial/StartSceneConfig.cs


+ 0 - 0
DotNet/Model/Generate/Message/InnerMessage.cs → Codes/Generate/Server/Message/InnerMessage.cs


+ 0 - 0
DotNet/Model/Generate/Message/InnerOpcode.cs → Codes/Generate/Server/Message/InnerOpcode.cs


+ 0 - 0
DotNet/Model/Generate/Message/MongoMessage.cs → Codes/Generate/Server/Message/MongoMessage.cs


+ 0 - 0
DotNet/Model/Generate/Message/MongoOpcode.cs → Codes/Generate/Server/Message/MongoOpcode.cs


+ 0 - 0
Unity/Codes/Model/Generate/Message/OuterMessage.cs → Codes/Generate/Server/Message/OuterMessage.cs


+ 0 - 0
Unity/Codes/Model/Generate/Message/OuterOpcode.cs → Codes/Generate/Server/Message/OuterOpcode.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/AI/AI_Attack.cs → Codes/Hotfix/Client/AI/AI_Attack.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/AI/AI_XunLuo.cs → Codes/Hotfix/Client/AI/AI_XunLuo.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/AI/XunLuoPathComponentSystem.cs → Codes/Hotfix/Client/AI/XunLuoPathComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Login/EnterMapHelper.cs → Codes/Hotfix/Client/Login/EnterMapHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Login/LoginHelper.cs → Codes/Hotfix/Client/Login/LoginHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Move/M2C_PathfindingResultHandler.cs → Codes/Hotfix/Client/Move/M2C_PathfindingResultHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Move/M2C_StopHandler.cs → Codes/Hotfix/Client/Move/M2C_StopHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Move/MoveHelper.cs → Codes/Hotfix/Client/Move/MoveHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Ping/PingComponentSystem.cs → Codes/Hotfix/Client/Ping/PingComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Router/HttpClientHelper.cs → Codes/Hotfix/Client/Router/HttpClientHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Router/RouterAddressComponentSystem.cs → Codes/Hotfix/Client/Router/RouterAddressComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Router/RouterCheckComponentSystem.cs → Codes/Hotfix/Client/Router/RouterCheckComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Router/RouterHelper.cs → Codes/Hotfix/Client/Router/RouterHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/ClientSceneFlagComponentSystem.cs → Codes/Hotfix/Client/Scene/ClientSceneFlagComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/ClientSceneManagerComponentSystem.cs → Codes/Hotfix/Client/Scene/ClientSceneManagerComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/CurrentScenesComponentSystem.cs → Codes/Hotfix/Client/Scene/CurrentScenesComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/M2C_StartSceneChangeHandler.cs → Codes/Hotfix/Client/Scene/M2C_StartSceneChangeHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/SceneChangeHelper.cs → Codes/Hotfix/Client/Scene/SceneChangeHelper.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Scene/SceneFactory.cs → Codes/Hotfix/Client/Scene/SceneFactory.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Session/SessionComponentSystem.cs → Codes/Hotfix/Client/Session/SessionComponentSystem.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Session/SessionStreamDispatcherClientOuter.cs → Codes/Hotfix/Client/Session/SessionStreamDispatcherClientOuter.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Unit/M2C_CreateMyUnitHandler.cs → Codes/Hotfix/Client/Unit/M2C_CreateMyUnitHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Unit/M2C_CreateUnitsHandler.cs → Codes/Hotfix/Client/Unit/M2C_CreateUnitsHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Unit/M2C_RemoveUnitsHandler.cs → Codes/Hotfix/Client/Unit/M2C_RemoveUnitsHandler.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Unit/UnitFactory.cs → Codes/Hotfix/Client/Unit/UnitFactory.cs


+ 0 - 0
Unity/Codes/Hotfix/Client/Unit/UnitHelper.cs → Codes/Hotfix/Client/Unit/UnitHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/HttpHelper.cs → Codes/Hotfix/Server/Helper/HttpHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/InnerMessageDispatcherHelper.cs → Codes/Hotfix/Server/Helper/InnerMessageDispatcherHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/MessageHelper.cs → Codes/Hotfix/Server/Helper/MessageHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/SceneFactory.cs → Codes/Hotfix/Server/Helper/SceneFactory.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/SessionStreamDispatcherServerInner.cs → Codes/Hotfix/Server/Helper/SessionStreamDispatcherServerInner.cs


+ 0 - 0
DotNet/Hotfix/Server/Helper/SessionStreamDispatcherServerOuter.cs → Codes/Hotfix/Server/Helper/SessionStreamDispatcherServerOuter.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/AOI/AOIEntitySystem.cs → Codes/Hotfix/Server/Module/AOI/AOIEntitySystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/AOI/AOIHelper.cs → Codes/Hotfix/Server/Module/AOI/AOIHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/AOI/AOIManagerComponentSystem.cs → Codes/Hotfix/Server/Module/AOI/AOIManagerComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/AOI/AOISeeCheckHelper.cs → Codes/Hotfix/Server/Module/AOI/AOISeeCheckHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/AOI/CellSystem.cs → Codes/Hotfix/Server/Module/AOI/CellSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Actor/ActorHelper.cs → Codes/Hotfix/Server/Module/Actor/ActorHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Actor/ActorMessageDispatcherComponentSystem.cs → Codes/Hotfix/Server/Module/Actor/ActorMessageDispatcherComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Actor/ActorMessageSenderComponentSystem.cs → Codes/Hotfix/Server/Module/Actor/ActorMessageSenderComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Actor/MailBoxComponentSystem.cs → Codes/Hotfix/Server/Module/Actor/MailBoxComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ActorLocationSenderComponentSystem.cs → Codes/Hotfix/Server/Module/ActorLocation/ActorLocationSenderComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ActorLocationSenderSystem.cs → Codes/Hotfix/Server/Module/ActorLocation/ActorLocationSenderSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/LocationComponentSystem.cs → Codes/Hotfix/Server/Module/ActorLocation/LocationComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/LocationProxyComponentSystem.cs → Codes/Hotfix/Server/Module/ActorLocation/LocationProxyComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ObjectAddRequestHandler.cs → Codes/Hotfix/Server/Module/ActorLocation/ObjectAddRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ObjectGetRequestHandler.cs → Codes/Hotfix/Server/Module/ActorLocation/ObjectGetRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ObjectLockRequestHandler.cs → Codes/Hotfix/Server/Module/ActorLocation/ObjectLockRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ObjectRemoveRequestHandler.cs → Codes/Hotfix/Server/Module/ActorLocation/ObjectRemoveRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/ActorLocation/ObjectUnLockRequestHandler.cs → Codes/Hotfix/Server/Module/ActorLocation/ObjectUnLockRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Console/ConsoleComponentSystem.cs → Codes/Hotfix/Server/Module/Console/ConsoleComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Console/ReloadConfigConsoleHandler.cs → Codes/Hotfix/Server/Module/Console/ReloadConfigConsoleHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Console/ReloadDllConsoleHandler.cs → Codes/Hotfix/Server/Module/Console/ReloadDllConsoleHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/DB/DBComponentSystem.cs → Codes/Hotfix/Server/Module/DB/DBComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/DB/DBManagerComponentSystem.cs → Codes/Hotfix/Server/Module/DB/DBManagerComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Http/HttpComponentSystem.cs → Codes/Hotfix/Server/Module/Http/HttpComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/MessageInner/NetInnerComponentSystem.cs → Codes/Hotfix/Server/Module/MessageInner/NetInnerComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/RobotCase/RobotCaseComponentSystem.cs → Codes/Hotfix/Server/Module/RobotCase/RobotCaseComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/RobotCase/RobotCaseDispatcherComponentSystem.cs → Codes/Hotfix/Server/Module/RobotCase/RobotCaseDispatcherComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Router/RouterComponentSystem.cs → Codes/Hotfix/Server/Module/Router/RouterComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Module/Router/RouterNodeSystem.cs → Codes/Hotfix/Server/Module/Router/RouterNodeSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/C2G_EnterMapHandler.cs → Codes/Hotfix/Server/Scenes/Gate/C2G_EnterMapHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/C2G_LoginGateHandler.cs → Codes/Hotfix/Server/Scenes/Gate/C2G_LoginGateHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/C2G_PingHandler.cs → Codes/Hotfix/Server/Scenes/Gate/C2G_PingHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/GateSessionKeyComponentSystem.cs → Codes/Hotfix/Server/Scenes/Gate/GateSessionKeyComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/PlayerComponentSystem.cs → Codes/Hotfix/Server/Scenes/Gate/PlayerComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/PlayerSystem.cs → Codes/Hotfix/Server/Scenes/Gate/PlayerSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/R2G_GetLoginKeyHandler.cs → Codes/Hotfix/Server/Scenes/Gate/R2G_GetLoginKeyHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Gate/SessionPlayerComponentSystem.cs → Codes/Hotfix/Server/Scenes/Gate/SessionPlayerComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/AOI/ChangePosition_NotifyAOI.cs → Codes/Hotfix/Server/Scenes/Map/AOI/ChangePosition_NotifyAOI.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/C2M_TestRobotCaseHandler.cs → Codes/Hotfix/Server/Scenes/Map/C2M_TestRobotCaseHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/G2M_SessionDisconnectHandler.cs → Codes/Hotfix/Server/Scenes/Map/G2M_SessionDisconnectHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Move/C2M_PathfindingResultHandler.cs → Codes/Hotfix/Server/Scenes/Map/Move/C2M_PathfindingResultHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Move/C2M_StopHandler.cs → Codes/Hotfix/Server/Scenes/Map/Move/C2M_StopHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Move/MoveHelper.cs → Codes/Hotfix/Server/Scenes/Map/Move/MoveHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Transfer/C2M_TransferMapHandler.cs → Codes/Hotfix/Server/Scenes/Map/Transfer/C2M_TransferMapHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Transfer/M2M_UnitTransferRequestHandler.cs → Codes/Hotfix/Server/Scenes/Map/Transfer/M2M_UnitTransferRequestHandler.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Transfer/TransferHelper.cs → Codes/Hotfix/Server/Scenes/Map/Transfer/TransferHelper.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Unit/UnitEnterSightRange_NotifyClient.cs → Codes/Hotfix/Server/Scenes/Map/Unit/UnitEnterSightRange_NotifyClient.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Unit/UnitFactory.cs → Codes/Hotfix/Server/Scenes/Map/Unit/UnitFactory.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Unit/UnitGateComponentSystem.cs → Codes/Hotfix/Server/Scenes/Map/Unit/UnitGateComponentSystem.cs


+ 0 - 0
DotNet/Hotfix/Server/Scenes/Map/Unit/UnitHelper.cs → Codes/Hotfix/Server/Scenes/Map/Unit/UnitHelper.cs


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff