package component import "joylink.club/ecs" // PscType 中央控制盘 var PscType = ecs.NewComponentType[Psc]() type Psc struct { Mkx *ecs.Entry Psd *ecs.Entry }