📄 messages.bas
字号:
Attribute VB_Name = "messages"
'in the engine i used some preset message's.
'this stores all the messages so its easyier to edit them.
'if you dont want it to send the message then just leave it
'blank and it wont send it.
'Server Full
Public Const message_1 = "Server Full"
'On Connection Message
Public Const message_2 = ""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -