package coreobjects type GameObject interface { Create(SceneManager) Destroy() Update() Draw() }