mind.lua
· 91 B · Lua
Неформатований
thought = mind:getThought()
if not thought:makesSubjectSad() then
thought:Destroy()
end
1 | thought = mind:getThought() |
2 | if not thought:makesSubjectSad() then |
3 | thought:Destroy() |
4 | end |