Files
itgmania212121/Themes/_themekit-piu/BGAnimations/ScreenGameplay out.lua
T
2013-07-03 18:38:57 -04:00

5 lines
70 B
Lua

return Def.Actor {
OnCommand=function(self)
self:sleep(1);
end;
}