rts-sim-module/system/train_system.go
2023-09-15 13:48:48 +08:00

13 lines
200 B
Go

package system
import "joylink.club/ecs"
// TrainSystem 实现列车在link上运行的系统
type TrainSystem struct {
}
// Update world 执行
func (me *TrainSystem) Update(world ecs.World) {
}