rts-sim-module/component/iscs_bas_environment.go

12 lines
193 B
Go
Raw Normal View History

2023-12-25 17:31:35 +08:00
package component
import "joylink.club/ecs"
// GasEnvironment 气体环境
type GasEnvironment struct {
}
var (
GasEnvironmentType = ecs.NewComponentType[GasEnvironment]() //气体环境
)