package ecs import "github.com/yohamta/donburi" type ( Entity struct { donburi.Entity } )