Files
go-mc/bot/world/entity/entity.go
2019-05-01 16:09:36 +08:00

10 lines
122 B
Go

package entity
//Entity is the entity of minecraft
type Entity struct {
EntityID int //实体ID
}
type Solt struct {
}