mirror of
https://github.com/mvvasilev/last_light.git
synced 2025-04-19 20:59:51 +03:00
7 lines
63 B
Go
7 lines
63 B
Go
|
package engine
|
||
|
|
||
|
type BoundingBox struct {
|
||
|
Positioned
|
||
|
Sized
|
||
|
}
|