Browse Source

mobs update

pull/1059/head
davidrobert99 2 years ago
parent
commit
d2a4e9c76b
  1. 2
      subjects/mobs/README.md

2
subjects/mobs/README.md

@ -8,7 +8,7 @@ Create a module `mobs`, in which has to be present:
- a String `name`
- a Boss struct `boss`
- a vector of Members `members`
- a vector of tuples containing a name String and a value u8 `cities`
- a vector of tuples `cities` containing the city name String and a value u8
- a u32 `wealth`
The Mob struct should implement the following functions:

Loading…
Cancel
Save