tanghai 3 лет назад
Родитель
Сommit
66dada9d59
100 измененных файлов с 0 добавлено и 0 удалено
  1. 0 0
      Codes/Analyzer/Analyzer/AddChildTypeAnalyzer.cs
  2. 0 0
      Codes/Analyzer/Analyzer/ClassDeclarationInHotfixAnalyzer.cs
  3. 0 0
      Codes/Analyzer/Analyzer/ETTaskAnalyzer.cs
  4. 0 0
      Codes/Analyzer/Analyzer/EntityClassDeclarationAnalyzer.cs
  5. 0 0
      Codes/Analyzer/Analyzer/EntityComponentAnalyzer.cs
  6. 0 0
      Codes/Analyzer/Analyzer/EntityDelegateDeclarationAnalyzer.cs
  7. 0 0
      Codes/Analyzer/Analyzer/EntityFiledAccessAnalyzer.cs
  8. 0 0
      Codes/Analyzer/Analyzer/EntityMethodDeclarationAnalyzer.cs
  9. 0 0
      Codes/Analyzer/Analyzer/HotfixProjectFieldDeclarationAnalyzer.cs
  10. 0 0
      Codes/Analyzer/Analyzer/UniqueIdAnalyzer.cs
  11. 0 0
      Codes/Analyzer/AnalyzerGlobalSetting.cs
  12. 0 0
      Codes/Analyzer/CodeFixer/EntityFiledAccessCodeFixProvider.cs
  13. 0 0
      Codes/Analyzer/Config/AnalyzeAssembly.cs
  14. 0 0
      Codes/Analyzer/Config/DiagnosticCategories.cs
  15. 0 0
      Codes/Analyzer/Config/DiagnosticIds.cs
  16. 0 0
      Codes/Analyzer/Config/DiagnosticRules.cs
  17. 0 0
      Codes/Analyzer/Extension/AnalyzerHelper.cs
  18. 0 0
      Codes/Analyzer/Share.Analyzer.csproj
  19. 0 0
      Codes/Hotfix/Client/Demo/AI/AI_Attack.cs
  20. 0 0
      Codes/Hotfix/Client/Demo/AI/AI_XunLuo.cs
  21. 0 0
      Codes/Hotfix/Client/Demo/AI/XunLuoPathComponentSystem.cs
  22. 0 0
      Codes/Hotfix/Client/Demo/Login/EnterMapHelper.cs
  23. 0 0
      Codes/Hotfix/Client/Demo/Login/LoginHelper.cs
  24. 0 0
      Codes/Hotfix/Client/Demo/Move/M2C_PathfindingResultHandler.cs
  25. 0 0
      Codes/Hotfix/Client/Demo/Move/M2C_StopHandler.cs
  26. 0 0
      Codes/Hotfix/Client/Demo/Move/MoveHelper.cs
  27. 0 0
      Codes/Hotfix/Client/Demo/Ping/PingComponentSystem.cs
  28. 0 0
      Codes/Hotfix/Client/Demo/Router/HttpClientHelper.cs
  29. 0 0
      Codes/Hotfix/Client/Demo/Router/RouterAddressComponentSystem.cs
  30. 0 0
      Codes/Hotfix/Client/Demo/Router/RouterCheckComponentSystem.cs
  31. 0 0
      Codes/Hotfix/Client/Demo/Router/RouterHelper.cs
  32. 0 0
      Codes/Hotfix/Client/Demo/Scene/ClientSceneFlagComponentSystem.cs
  33. 0 0
      Codes/Hotfix/Client/Demo/Scene/ClientSceneManagerComponentSystem.cs
  34. 0 0
      Codes/Hotfix/Client/Demo/Scene/CurrentScenesComponentSystem.cs
  35. 0 0
      Codes/Hotfix/Client/Demo/Scene/M2C_StartSceneChangeHandler.cs
  36. 0 0
      Codes/Hotfix/Client/Demo/Scene/SceneChangeHelper.cs
  37. 0 0
      Codes/Hotfix/Client/Demo/Scene/SceneFactory.cs
  38. 0 0
      Codes/Hotfix/Client/Demo/Session/SessionComponentSystem.cs
  39. 0 0
      Codes/Hotfix/Client/Demo/Session/SessionStreamDispatcherClientOuter.cs
  40. 0 0
      Codes/Hotfix/Client/Demo/Unit/M2C_CreateMyUnitHandler.cs
  41. 0 0
      Codes/Hotfix/Client/Demo/Unit/M2C_CreateUnitsHandler.cs
  42. 0 0
      Codes/Hotfix/Client/Demo/Unit/M2C_RemoveUnitsHandler.cs
  43. 0 0
      Codes/Hotfix/Client/Demo/Unit/UnitFactory.cs
  44. 0 0
      Codes/Hotfix/Client/Demo/Unit/UnitHelper.cs
  45. 0 0
      Codes/Hotfix/Server/Demo/Gate/C2G_EnterMapHandler.cs
  46. 0 0
      Codes/Hotfix/Server/Demo/Gate/C2G_LoginGateHandler.cs
  47. 0 0
      Codes/Hotfix/Server/Demo/Gate/C2G_PingHandler.cs
  48. 0 0
      Codes/Hotfix/Server/Demo/Gate/GateSessionKeyComponentSystem.cs
  49. 0 0
      Codes/Hotfix/Server/Demo/Gate/PlayerComponentSystem.cs
  50. 0 0
      Codes/Hotfix/Server/Demo/Gate/PlayerSystem.cs
  51. 0 0
      Codes/Hotfix/Server/Demo/Gate/R2G_GetLoginKeyHandler.cs
  52. 0 0
      Codes/Hotfix/Server/Demo/Gate/SessionPlayerComponentSystem.cs
  53. 0 0
      Codes/Hotfix/Server/Demo/Helper/HttpHelper.cs
  54. 0 0
      Codes/Hotfix/Server/Demo/Helper/InnerMessageDispatcherHelper.cs
  55. 0 0
      Codes/Hotfix/Server/Demo/Helper/MessageHelper.cs
  56. 0 0
      Codes/Hotfix/Server/Demo/Helper/SceneFactory.cs
  57. 0 0
      Codes/Hotfix/Server/Demo/Helper/SessionStreamDispatcherServerInner.cs
  58. 0 0
      Codes/Hotfix/Server/Demo/Helper/SessionStreamDispatcherServerOuter.cs
  59. 0 0
      Codes/Hotfix/Server/Demo/Map/AOI/ChangePosition_NotifyAOI.cs
  60. 0 0
      Codes/Hotfix/Server/Demo/Map/C2M_TestRobotCaseHandler.cs
  61. 0 0
      Codes/Hotfix/Server/Demo/Map/G2M_SessionDisconnectHandler.cs
  62. 0 0
      Codes/Hotfix/Server/Demo/Map/Move/C2M_PathfindingResultHandler.cs
  63. 0 0
      Codes/Hotfix/Server/Demo/Map/Move/C2M_StopHandler.cs
  64. 0 0
      Codes/Hotfix/Server/Demo/Map/Move/MoveHelper.cs
  65. 0 0
      Codes/Hotfix/Server/Demo/Map/Transfer/C2M_TransferMapHandler.cs
  66. 0 0
      Codes/Hotfix/Server/Demo/Map/Transfer/M2M_UnitTransferRequestHandler.cs
  67. 0 0
      Codes/Hotfix/Server/Demo/Map/Transfer/TransferHelper.cs
  68. 0 0
      Codes/Hotfix/Server/Demo/Map/Unit/UnitEnterSightRange_NotifyClient.cs
  69. 0 0
      Codes/Hotfix/Server/Demo/Map/Unit/UnitFactory.cs
  70. 0 0
      Codes/Hotfix/Server/Demo/Map/Unit/UnitGateComponentSystem.cs
  71. 0 0
      Codes/Hotfix/Server/Demo/Map/Unit/UnitHelper.cs
  72. 0 0
      Codes/Hotfix/Server/Demo/Map/Unit/UnitLeaveSightRange_NotifyClient.cs
  73. 0 0
      Codes/Hotfix/Server/Demo/Realm/C2R_LoginHandler.cs
  74. 0 0
      Codes/Hotfix/Server/Demo/Realm/RealmGateAddressHelper.cs
  75. 0 0
      Codes/Hotfix/Server/Demo/Robot/Case/RobotCase_FirstCase.cs
  76. 0 0
      Codes/Hotfix/Server/Demo/Robot/Console/CreateRobotConsoleHandler.cs
  77. 0 0
      Codes/Hotfix/Server/Demo/Robot/RobotCaseHelper.cs
  78. 0 0
      Codes/Hotfix/Server/Demo/Robot/RobotConsoleHandler.cs
  79. 0 0
      Codes/Hotfix/Server/Demo/Robot/RobotManagerComponentSystem.cs
  80. 0 0
      Codes/Hotfix/Server/Demo/Robot/Scene/RobotSceneFactory.cs
  81. 0 0
      Codes/Hotfix/Server/Demo/Router/HttpGetRouterHandler.cs
  82. 0 0
      Codes/Hotfix/Server/Demo/Watcher/WatcherComponentSystem.cs
  83. 0 0
      Codes/Hotfix/Server/Demo/Watcher/WatcherHelper.cs
  84. 0 0
      Codes/HotfixView/Client/Demo/Camera/CameraComponentSystem.cs
  85. 0 0
      Codes/HotfixView/Client/Demo/Global/GlobalComponentSystem.cs
  86. 0 0
      Codes/HotfixView/Client/Demo/Opera/OperaComponentSystem.cs
  87. 0 0
      Codes/HotfixView/Client/Demo/Scene/AfterCreateClientScene_AddComponent.cs
  88. 0 0
      Codes/HotfixView/Client/Demo/Scene/AfterCreateCurrentScene_AddComponent.cs
  89. 0 0
      Codes/HotfixView/Client/Demo/Scene/SceneChangeComponentSystem.cs
  90. 0 0
      Codes/HotfixView/Client/Demo/Scene/SceneChangeStart_AddComponent.cs
  91. 0 0
      Codes/HotfixView/Client/Demo/UI/UIHelp/SceneChangeFinishEvent_CreateUIHelp.cs
  92. 0 0
      Codes/HotfixView/Client/Demo/UI/UIHelp/UIHelpEvent.cs
  93. 0 0
      Codes/HotfixView/Client/Demo/UI/UIHelper.cs
  94. 0 0
      Codes/HotfixView/Client/Demo/UI/UILoading/LoadingBeginEvent_CreateLoadingUI.cs
  95. 0 0
      Codes/HotfixView/Client/Demo/UI/UILoading/LoadingFinishEvent_RemoveLoadingUI.cs
  96. 0 0
      Codes/HotfixView/Client/Demo/UI/UILoading/UILoadingComponentSystem.cs
  97. 0 0
      Codes/HotfixView/Client/Demo/UI/UILoading/UILoadingEvent.cs
  98. 0 0
      Codes/HotfixView/Client/Demo/UI/UILobby/LoginFinish_CreateLobbyUI.cs
  99. 0 0
      Codes/HotfixView/Client/Demo/UI/UILobby/UILobbyComponentSystem.cs
  100. 0 0
      Codes/HotfixView/Client/Demo/UI/UILobby/UILobbyEvent.cs

+ 0 - 0
Share/Analyzer/Analyzer/AddChildTypeAnalyzer.cs → Codes/Analyzer/Analyzer/AddChildTypeAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/ClassDeclarationInHotfixAnalyzer.cs → Codes/Analyzer/Analyzer/ClassDeclarationInHotfixAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/ETTaskAnalyzer.cs → Codes/Analyzer/Analyzer/ETTaskAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/EntityClassDeclarationAnalyzer.cs → Codes/Analyzer/Analyzer/EntityClassDeclarationAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/EntityComponentAnalyzer.cs → Codes/Analyzer/Analyzer/EntityComponentAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/EntityDelegateDeclarationAnalyzer.cs → Codes/Analyzer/Analyzer/EntityDelegateDeclarationAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/EntityFiledAccessAnalyzer.cs → Codes/Analyzer/Analyzer/EntityFiledAccessAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/EntityMethodDeclarationAnalyzer.cs → Codes/Analyzer/Analyzer/EntityMethodDeclarationAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/HotfixProjectFieldDeclarationAnalyzer.cs → Codes/Analyzer/Analyzer/HotfixProjectFieldDeclarationAnalyzer.cs


+ 0 - 0
Share/Analyzer/Analyzer/UniqueIdAnalyzer.cs → Codes/Analyzer/Analyzer/UniqueIdAnalyzer.cs


+ 0 - 0
Share/Analyzer/AnalyzerGlobalSetting.cs → Codes/Analyzer/AnalyzerGlobalSetting.cs


+ 0 - 0
Share/Analyzer/CodeFixer/EntityFiledAccessCodeFixProvider.cs → Codes/Analyzer/CodeFixer/EntityFiledAccessCodeFixProvider.cs


+ 0 - 0
Share/Analyzer/Config/AnalyzeAssembly.cs → Codes/Analyzer/Config/AnalyzeAssembly.cs


+ 0 - 0
Share/Analyzer/Config/DiagnosticCategories.cs → Codes/Analyzer/Config/DiagnosticCategories.cs


+ 0 - 0
Share/Analyzer/Config/DiagnosticIds.cs → Codes/Analyzer/Config/DiagnosticIds.cs


+ 0 - 0
Share/Analyzer/Config/DiagnosticRules.cs → Codes/Analyzer/Config/DiagnosticRules.cs


+ 0 - 0
Share/Analyzer/Extension/AnalyzerHelper.cs → Codes/Analyzer/Extension/AnalyzerHelper.cs


+ 0 - 0
Share/Analyzer/Share.Analyzer.csproj → Codes/Analyzer/Share.Analyzer.csproj


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


+ 0 - 0
Codes/Hotfix/Server/Scenes/Map/Unit/UnitLeaveSightRange_NotifyClient.cs → Codes/Hotfix/Server/Demo/Map/Unit/UnitLeaveSightRange_NotifyClient.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Realm/C2R_LoginHandler.cs → Codes/Hotfix/Server/Demo/Realm/C2R_LoginHandler.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Realm/RealmGateAddressHelper.cs → Codes/Hotfix/Server/Demo/Realm/RealmGateAddressHelper.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/Case/RobotCase_FirstCase.cs → Codes/Hotfix/Server/Demo/Robot/Case/RobotCase_FirstCase.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/Console/CreateRobotConsoleHandler.cs → Codes/Hotfix/Server/Demo/Robot/Console/CreateRobotConsoleHandler.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/RobotCaseHelper.cs → Codes/Hotfix/Server/Demo/Robot/RobotCaseHelper.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/RobotConsoleHandler.cs → Codes/Hotfix/Server/Demo/Robot/RobotConsoleHandler.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/RobotManagerComponentSystem.cs → Codes/Hotfix/Server/Demo/Robot/RobotManagerComponentSystem.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Robot/Scene/RobotSceneFactory.cs → Codes/Hotfix/Server/Demo/Robot/Scene/RobotSceneFactory.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Router/HttpGetRouterHandler.cs → Codes/Hotfix/Server/Demo/Router/HttpGetRouterHandler.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Watcher/WatcherComponentSystem.cs → Codes/Hotfix/Server/Demo/Watcher/WatcherComponentSystem.cs


+ 0 - 0
Codes/Hotfix/Server/Scenes/Watcher/WatcherHelper.cs → Codes/Hotfix/Server/Demo/Watcher/WatcherHelper.cs


+ 0 - 0
Codes/HotfixView/Client/Camera/CameraComponentSystem.cs → Codes/HotfixView/Client/Demo/Camera/CameraComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/Global/GlobalComponentSystem.cs → Codes/HotfixView/Client/Demo/Global/GlobalComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/Opera/OperaComponentSystem.cs → Codes/HotfixView/Client/Demo/Opera/OperaComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/Scene/AfterCreateClientScene_AddComponent.cs → Codes/HotfixView/Client/Demo/Scene/AfterCreateClientScene_AddComponent.cs


+ 0 - 0
Codes/HotfixView/Client/Scene/AfterCreateCurrentScene_AddComponent.cs → Codes/HotfixView/Client/Demo/Scene/AfterCreateCurrentScene_AddComponent.cs


+ 0 - 0
Codes/HotfixView/Client/Scene/SceneChangeComponentSystem.cs → Codes/HotfixView/Client/Demo/Scene/SceneChangeComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/Scene/SceneChangeStart_AddComponent.cs → Codes/HotfixView/Client/Demo/Scene/SceneChangeStart_AddComponent.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UIHelp/SceneChangeFinishEvent_CreateUIHelp.cs → Codes/HotfixView/Client/Demo/UI/UIHelp/SceneChangeFinishEvent_CreateUIHelp.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UIHelp/UIHelpEvent.cs → Codes/HotfixView/Client/Demo/UI/UIHelp/UIHelpEvent.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UIHelper.cs → Codes/HotfixView/Client/Demo/UI/UIHelper.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILoading/LoadingBeginEvent_CreateLoadingUI.cs → Codes/HotfixView/Client/Demo/UI/UILoading/LoadingBeginEvent_CreateLoadingUI.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILoading/LoadingFinishEvent_RemoveLoadingUI.cs → Codes/HotfixView/Client/Demo/UI/UILoading/LoadingFinishEvent_RemoveLoadingUI.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILoading/UILoadingComponentSystem.cs → Codes/HotfixView/Client/Demo/UI/UILoading/UILoadingComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILoading/UILoadingEvent.cs → Codes/HotfixView/Client/Demo/UI/UILoading/UILoadingEvent.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILobby/LoginFinish_CreateLobbyUI.cs → Codes/HotfixView/Client/Demo/UI/UILobby/LoginFinish_CreateLobbyUI.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILobby/UILobbyComponentSystem.cs → Codes/HotfixView/Client/Demo/UI/UILobby/UILobbyComponentSystem.cs


+ 0 - 0
Codes/HotfixView/Client/UI/UILobby/UILobbyEvent.cs → Codes/HotfixView/Client/Demo/UI/UILobby/UILobbyEvent.cs


Некоторые файлы не были показаны из-за большого количества измененных файлов