rts-sim-module/component/iscs_bas_environment.go
2024-01-09 09:39:03 +08:00

12 lines
193 B
Go

package component
import "joylink.club/ecs"
// GasEnvironment 气体环境
type GasEnvironment struct {
}
var (
GasEnvironmentType = ecs.NewComponentType[GasEnvironment]() //气体环境
)