up
This commit is contained in:
@@ -249,8 +249,8 @@ Uri = CS.System.Uri
|
||||
NativeGalleryUtl = CS.NativeGalleryUtl
|
||||
---@type MyLocation
|
||||
MyLocation = CS.MyLocation
|
||||
---@type Dist.SpringWebsocket.Client
|
||||
SocketClient = CS.Dist.SpringWebsocket.Client
|
||||
---@type Dist.SpringWebsocket.Client4Stomp
|
||||
Client4Stomp = CS.Client4Stomp
|
||||
---@type Dist.SpringWebsocket.StompFrame
|
||||
StompFrame = CS.Dist.SpringWebsocket.StompFrame
|
||||
---@type Dist.SpringWebsocket.StatusCodeEnum
|
||||
|
||||
@@ -140,7 +140,7 @@ bio2Long = BioUtl.bio2long
|
||||
long2Bio = BioUtl.long2bio
|
||||
bio2number = BioUtl.bio2number
|
||||
number2bio = BioUtl.number2bio
|
||||
net = Net.self
|
||||
-- net = Net.self
|
||||
NetSuccess = 1000 -- Net.SuccessCode
|
||||
|
||||
LGet = Localization.Get
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
--
|
||||
|
||||
require("public.class")
|
||||
---@class CLLQueue
|
||||
---@class CLLQueue :ClassBase
|
||||
CLLQueue = class("CLLQueue")
|
||||
|
||||
local insert = table.insert;
|
||||
|
||||
Reference in New Issue
Block a user