alchemyst/engine/mob/player.go
2019-10-31 00:55:51 +03:00

6 lines
42 B
Go

package mob
type Player struct {
*Mob
}