bot is nolonger a submodule
This commit is contained in:
9
bot/world/entity/entity.go
Normal file
9
bot/world/entity/entity.go
Normal file
@ -0,0 +1,9 @@
|
||||
package entity
|
||||
|
||||
//Entity is the entity of minecraft
|
||||
type Entity struct {
|
||||
EntityID int //实体ID
|
||||
}
|
||||
|
||||
type Solt struct {
|
||||
}
|
Reference in New Issue
Block a user