jl-ecs/debug/debug.go

11 lines
160 B
Go

package debug
import (
"github.com/yohamta/donburi/features/debug"
"joylink.club/ecs"
)
func PrintEntityCounts(w ecs.World) {
debug.PrintEntityCounts(w)
}