8 lines
89 B
Go
8 lines
89 B
Go
package entity
|
|
|
|
import "joylink.club/ecs"
|
|
|
|
func loadTurnout(w ecs.World) {
|
|
w.Create()
|
|
}
|