chore: refractor
This commit is contained in:
11
ReplicatedStorage/Shared/Globals.lua
Normal file
11
ReplicatedStorage/Shared/Globals.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
--!native
|
||||
--!optimize 2
|
||||
|
||||
local Globals = {}
|
||||
|
||||
Globals.RenderDistance = 6
|
||||
Globals.LoadBatch = 8
|
||||
Globals.ResyncInterval = 5
|
||||
Globals.ResyncRadius = 2
|
||||
|
||||
return Globals
|
||||
Reference in New Issue
Block a user