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