package component import "joylink.club/ecs" // AirPavilion 风亭(排风亭、送风亭) type AirPavilion struct { Normal bool //true-正常 } var ( AirPavilionType = ecs.NewComponentType[AirPavilion]() //风亭 )