1 2 3 4 5 6 7
package coreobjects import rl "github.com/gen2brain/raylib-go/raylib" type Image interface { DrawAt(rl.Vector2) }