FreeKill/qml/Config.qml
Notify-ctrl 432a306de0 Add / Remove Player (#2)
* addplayer and removeplayer

* add sqlite3 library and remove comment in library headers

* setup database system
2022-03-27 15:12:00 +08:00

13 lines
217 B
QML

import QtQuick 2.15
QtObject {
// Client configuration
// Player property of client
property string screenName: ""
property string password: ""
// Client data
property int roomCapacity: 0
}