2017-05-18 01:22:20 +08:00
|
|
|
description 'better chat management stuff'
|
|
|
|
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
|
|
|
|
client_script 'cl_chat.lua'
|
|
|
|
server_script 'sv_chat.lua'
|
|
|
|
|
|
|
|
files {
|
|
|
|
'html/index.html',
|
|
|
|
'html/index.css',
|
|
|
|
'html/config.js',
|
|
|
|
'html/App.js',
|
|
|
|
'html/Message.js',
|
|
|
|
'html/Suggestions.js'
|
|
|
|
}
|