最後活躍 1746307826

修訂 31ecaa2ad2eabdde2f412470a5e55ef78021da98

mind.lua 原始檔案
1while true
2do
3 thought = mind:getThought()
4 if not thought:makesSubjectSad() then
5 thought:Destroy()
6 end
7end