6 lines
42 B
Go
6 lines
42 B
Go
package mob
|
|
|
|
type Player struct {
|
|
*Mob
|
|
}
|
package mob
|
|
|
|
type Player struct {
|
|
*Mob
|
|
}
|