中文
Appearance
NetDatabase.GetGlobalAmount(type)
NetDatabase
获取NetDatabase中的货币值。
string
Promise<number>
NetServer.on_converastion_connect = async (conv: NetConversation) => { const result = await NetDatabase.GetGlobalAmount("type"); }