bot is nolonger a submodule

This commit is contained in:
JunDao
2019-05-01 16:09:36 +08:00
parent 6055f2ca7b
commit 45820c10f5
12 changed files with 1447 additions and 1 deletions

View File

@ -0,0 +1,9 @@
package entity
//Entity is the entity of minecraft
type Entity struct {
EntityID int //实体ID
}
type Solt struct {
}