added chicken
added bucket cow can now be milked
This commit is contained in:
parent
4e286d74ce
commit
8dc7f78803
26 changed files with 1141 additions and 101 deletions
|
|
@ -29,6 +29,8 @@ namespace Actions {
|
|||
|
||||
private void InstantiateNextDayActionHandlers() {
|
||||
_nextDayActionHandlers.Add(new FarmlandTileNextDayActionHandler());
|
||||
|
||||
_nextDayActionHandlers.Add(new ChickenAnimalNextDayActionHandler());
|
||||
}
|
||||
|
||||
private void InstantiateClickActionHandlers() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue