📄 queueload.vb.svn-base
字号:
'### Visual Basic.NET and Direct X9 Legend of MiR Project ###'
'### Mir Unleashed Client Queue Load Module ###'
'### http://www.lomcn.co.uk ###' '### Credits to TrueADM and DeathWish ###'
'The Queue loads for the Unleashed client to prevent the winsock and client threads from clashing
Module QueueLoad
Public Sub LoadQueue()
If QueueLoadMap = True Then
LoadMap()
QueueLoadMap = False
End If
End Sub
End Module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -