5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isOnline
|
|
---Returns whether or not the player is connected to Battle.net
|
|
function BNConnected() end |