local Component = Class(function() self.gameobject = nil end) Component.gameobject = AsuraEngine.Type.GameObject return Component