Created paper doll struct
This commit is contained in:
parent
65c896dd17
commit
721ceb60a7
@ -6,6 +6,12 @@ type Weapon struct {
|
||||
Active bool
|
||||
}
|
||||
|
||||
type PaperDoll struct {
|
||||
Weapon Weapon
|
||||
|
||||
}
|
||||
|
||||
|
||||
var (
|
||||
Broadsword = Weapon{
|
||||
Name: "Broadsword",
|
||||
|
Loading…
x
Reference in New Issue
Block a user