Implement generator and type for packet IDs
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
package world
|
||||
|
||||
import (
|
||||
"github.com/Tnze/go-mc/data"
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/Tnze/go-mc/data"
|
||||
)
|
||||
|
||||
func newDirectSection(bpb int) Section {
|
||||
|
Reference in New Issue
Block a user