-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
170 lines (120 loc) · 5.58 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
##################################################
# Game XXX: YYY Addon
[submodule "Plugins/Addon/GameAbilityHealthAddon"]
path = Plugins/Addon/GameAbilityHealthAddon
url = https://github.com/owoDra/GameAbilityHealthAddon.git
[submodule "Plugins/Addon/GameLocomotionHumanAddon"]
path = Plugins/Addon/GameLocomotionHumanAddon
url = https://github.com/owoDra/GameLocomotionHumanAddon.git
[submodule "Plugins/Addon/GameUIDialogAddon"]
path = Plugins/Addon/GameUIDialogAddon
url = https://github.com/owoDra/GameUIDialogAddon.git
[submodule "Plugins/Addon/GameUISettingAddon"]
path = Plugins/Addon/GameUISettingAddon
url = https://github.com/owoDra/GameUISettingAddon.git
##################################################
# Game XXX Core
[submodule "Plugins/Core/GameFrameworkCore"]
path = Plugins/Core/GameFrameworkCore
url = https://github.com/owoDra/GameFrameworkCore.git
[submodule "Plugins/Core/GameSettingCore"]
path = Plugins/Core/GameSettingCore
url = https://github.com/owoDra/GameSettingCore.git
[submodule "Plugins/Core/GameAudioCore"]
path = Plugins/Core/GameAudioCore
url = https://github.com/owoDra/GameAudioCore.git
[submodule "Plugins/Core/GameItemCore"]
path = Plugins/Core/GameItemCore
url = https://github.com/owoDra/GameItemCore.git
[submodule "Plugins/Core/GameSaveCore"]
path = Plugins/Core/GameSaveCore
url = https://github.com/owoDra/GameSaveCore.git
[submodule "Plugins/Core/GameLoadingCore"]
path = Plugins/Core/GameLoadingCore
url = https://github.com/owoDra/GameLoadingCore.git
[submodule "Plugins/Core/GameOnlineCore"]
path = Plugins/Core/GameOnlineCore
url = https://github.com/owoDra/GameOnlineCore.git
##################################################
# Game XXX Extension
[submodule "Plugins/Extension/GameAbilityExtension"]
path = Plugins/Extension/GameAbilityExtension
url = https://github.com/owoDra/GameAbilityExtension.git
[submodule "Plugins/Extension/GameCharacterExtension"]
path = Plugins/Extension/GameCharacterExtension
url = https://github.com/owoDra/GameCharacterExtension.git
[submodule "Plugins/Extension/GameEffectExtension"]
path = Plugins/Extension/GameEffectExtension
url = https://github.com/owoDra/GameEffectExtension.git
[submodule "Plugins/Extension/GameExperienceExtension"]
path = Plugins/Extension/GameExperienceExtension
url = https://github.com/owoDra/GameExperienceExtension.git
[submodule "Plugins/Extension/GameEquipmentExtension"]
path = Plugins/Extension/GameEquipmentExtension
url = https://github.com/owoDra/GameEquipmentExtension.git
[submodule "Plugins/Extension/GameInputExtension"]
path = Plugins/Extension/GameInputExtension
url = https://github.com/owoDra/GameInputExtension.git
[submodule "Plugins/Extension/GameTeamExtension"]
path = Plugins/Extension/GameTeamExtension
url = https://github.com/owoDra/GameTeamExtension.git
[submodule "Plugins/Extension/GameUIExtension"]
path = Plugins/Extension/GameUIExtension
url = https://github.com/owoDra/GameUIExtension.git
[submodule "Plugins/Extension/GameViewExtension"]
path = Plugins/Extension/GameViewExtension
url = https://github.com/owoDra/GameViewExtension.git
[submodule "Plugins/Extension/GameLocomotionExtension"]
path = Plugins/Extension/GameLocomotionExtension
url = https://github.com/owoDra/GameLocomotionExtension.git
[submodule "Plugins/Extension/GamePhaseExtension"]
path = Plugins/Extension/GamePhaseExtension
url = https://github.com/owoDra/GamePhaseExtension.git
##################################################
# Game XXX: YYY Integration
[submodule "Plugins/Integration/GameAbilityUIIntegration"]
path = Plugins/Integration/GameAbilityUIIntegration
url = https://github.com/owoDra/GameAbilityUIIntegration.git
[submodule "Plugins/Integration/GameInputAbilityIntegration"]
path = Plugins/Integration/GameInputAbilityIntegration
url = https://github.com/owoDra/GameInputAbilityIntegration.git
[submodule "Plugins/Integration/GameCharacterViewIntegration"]
path = Plugins/Integration/GameCharacterViewIntegration
url = https://github.com/owoDra/GameCharacterViewIntegration.git
[submodule "Plugins/Integration/GameLocomotionAbilityIntegration"]
path = Plugins/Integration/GameLocomotionAbilityIntegration
url = https://github.com/owoDra/GameLocomotionAbilityIntegration.git
[submodule "Plugins/Integration/GameHumanEffectIntegration"]
path = Plugins/Integration/GameHumanEffectIntegration
url = https://github.com/owoDra/GameHumanEffectIntegration.git
[submodule "Plugins/Integration/GameEquipmentAbilityIntegration"]
path = Plugins/Integration/GameEquipmentAbilityIntegration
url = https://github.com/owoDra/GameEquipmentAbilityIntegration.git
[submodule "Plugins/Integration/GameUIEquipmentIntegration"]
path = Plugins/Integration/GameUIEquipmentIntegration
url = https://github.com/owoDra/GameUIEquipmentIntegration.git
##################################################
# Game Features
[submodule "Plugins/GameFeatures"]
path = Plugins/GameFeatures
url = https://github.com/owoDra/BE-GameFeatures.git
##################################################
# Third Party
[submodule "Plugins/ThirdParty"]
path = Plugins/ThirdParty
url = https://github.com/owoDra/ThirdParty.git
##################################################
# Configs
[submodule "Config/Custom"]
path = Config/Custom
url = https://github.com/owoDra/Custom.git
##################################################
# Assets
[submodule "Content"]
path = Content
url = https://github.com/owoDra/Content.git
##################################################
# Project
[submodule "Plugins/Project/BEDataBase"]
path = Plugins/Project/BEDataBase
url = https://github.com/owoDra/BEDataBase.git