更新
This commit is contained in:
parent
fb8a4d35c6
commit
8157d756b0
@ -100,6 +100,7 @@ for _, Player in Players:GetPlayers() do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Initially require all server-sided & shared modules
|
-- Initially require all server-sided & shared modules
|
||||||
|
-- 加载模块 ReplicatedStorage.Modules, ServerStorage.Modules
|
||||||
for _, Location in {ReplicatedStorage.Modules, ServerStorage.Modules} do
|
for _, Location in {ReplicatedStorage.Modules, ServerStorage.Modules} do
|
||||||
for _, Library in Location:GetChildren() do
|
for _, Library in Location:GetChildren() do
|
||||||
if Library:IsA("ModuleScript") then
|
if Library:IsA("ModuleScript") then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user