local __Entity = { sprite = {}, position = Vec3 {}, velocity = Vec3 {} } function __Entity:update() end local __Sprite = { }