10 lines
170 B
Text
10 lines
170 B
Text
|
--@name
|
||
|
--@author
|
||
|
--@client
|
||
|
|
||
|
net.receive("LSFT-Get-Focused", function(data)
|
||
|
net.start("LSFT-Get-Focused-Resp")
|
||
|
net.writeBool(game.hasFocus())
|
||
|
net.send()
|
||
|
end)
|