mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
feat(control): Implement some missing functions for Control
This commit is contained in:
@@ -106,5 +106,19 @@ remote.add_interface("freeplay",
|
||||
end,
|
||||
set_chart_distance = function(value)
|
||||
global.chart_distance = tonumber(value)
|
||||
end,
|
||||
set_disable_crashsite = function()
|
||||
end,
|
||||
get_ship_items = function()
|
||||
return {}
|
||||
end,
|
||||
set_ship_items = function(tbl)
|
||||
return
|
||||
end,
|
||||
get_debris_items = function ()
|
||||
return {}
|
||||
end,
|
||||
set_debris_items = function ()
|
||||
return
|
||||
end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user