alchemyst/engine/mob/player.go
2019-11-01 18:21:27 +03:00

6 lines
41 B
Go

package mob
type Player struct {
Mob
}