Files
nmage/entity/entity.go

8 lines
114 B
Go
Executable File

package entity
import "github.com/bloeys/nmage/registry"
type Entity interface {
GetHandle() registry.Handle
}