Files
itgmania212121/Themes/default/BGAnimations/ScreenOptionsService in.lua
T

5 lines
86 B
Lua
Raw Normal View History

return Def.Actor{
StartTransitioningCommand=function(self)
ThemePrefs.Save()
end
}