jl-ecs/entry.go
2023-08-04 11:02:08 +08:00

8 lines
88 B
Go

package ecs
import "github.com/yohamta/donburi"
type Entry struct {
*donburi.Entry
}