mirror of
https://github.com/wahyd4/zombie.git
synced 2026-08-10 05:05:57 +10:00
7 lines
107 B
Go
7 lines
107 B
Go
package models
|
|
|
|
// Creature represents the normal creature
|
|
type Creature struct {
|
|
Coordinate Coordinate
|
|
}
|