last_light/engine/engine_bounding_box.go
2024-06-06 23:17:22 +03:00

6 lines
63 B
Go

package engine
type BoundingBox struct {
Positioned
Sized
}