package coreobjects import rl "github.com/gen2brain/raylib-go/raylib" type Drawable interface { DrawAt(rl.Rectangle) }