end class:NewFromExisting(self, ...) end -- Callbacks to replicate the functionality of the old events -- that were fired by LibOO when it was written exclusively for TMW. TMW.Classes:RegisterCallback("OnNewClass", function(event, class) return TMW:Fire("TMW_CLASS_NEW", class) end) ...