docs update and registered few things
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--[[--
|
||||
RandSync enum.
|
||||
]]
|
||||
-- @enum RandSync
|
||||
|
||||
---
|
||||
-- RandSync.Unsynced = -1
|
||||
-- @realm shared
|
||||
-- @number RandSync.Unsynced
|
||||
|
||||
---
|
||||
-- RandSync.Server = 0
|
||||
-- @realm shared
|
||||
-- @number RandSync.Server
|
||||
|
||||
---
|
||||
-- RandSync.ClientOnly = 1
|
||||
-- @realm shared
|
||||
-- @number RandSync.ClientOnly
|
||||
Reference in New Issue
Block a user