local GameInstance = {} local Reactive = require("Core.Reactive") function GameInstance.OnEndFrame() Reactive.Process() end return GameInstance