mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-30 07:01:16 +02:00
Moved Block as type to common structures.
This commit is contained in:
7
common/block.go
Normal file
7
common/block.go
Normal file
@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
// Block data from Minetest database.
|
||||
type Block struct {
|
||||
Coord Coord
|
||||
Data []byte
|
||||
}
|
Reference in New Issue
Block a user