Initial commit.
This commit is contained in:
8
elements/box.go
Normal file
8
elements/box.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package elements
|
||||
|
||||
import "fluids/gamedata"
|
||||
|
||||
type Box struct {
|
||||
Position gamedata.Vector
|
||||
Dimensions gamedata.Vector
|
||||
}
|
||||
Reference in New Issue
Block a user