summaryrefslogtreecommitdiff
path: root/nodebox.go
diff options
context:
space:
mode:
authoranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
committeranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
commit88b1090d63a20ec368f3518298727a073e6a4112 (patch)
treeb267490231a7e4681ae0b3a7f5342da6526c4336 /nodebox.go
parentf967a747e4ae01fba3a6c3fd693d0e753faf3ae4 (diff)
downloadmt-88b1090d63a20ec368f3518298727a073e6a4112.tar.xz
s/ToSrvModChan(.*)/ToSrv\1ModChan/g
Diffstat (limited to 'nodebox.go')
-rw-r--r--nodebox.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/nodebox.go b/nodebox.go
index 166961e..ce144a4 100644
--- a/nodebox.go
+++ b/nodebox.go
@@ -5,11 +5,11 @@ type Box [2]Vec
type NodeBoxType uint8
const (
- CubeBox NodeBoxType = iota // Cube
- FixedBox // Fixed
- MountedBox // Mounted
- LeveledBox // Leveled
- ConnectedBox // Connected
+ CubeBox NodeBoxType = iota // Cube
+ FixedBox // Fixed
+ MountedBox // Mounted
+ LeveledBox // Leveled
+ ConnectedBox // Connected
maxBox
)