jl-ecs/entity.go

10 lines
96 B
Go
Raw Normal View History

2023-08-04 11:02:08 +08:00
package ecs
import "github.com/yohamta/donburi"
type (
Entity struct {
donburi.Entity
}
)