Package it.polimi.ingsw.Model
Interface ModelWrapper.ModelModifier
- Enclosing class:
 ModelWrapper
public static interface ModelWrapper.ModelModifier
An interface that covers methods trying to access the Model. Read 
modifyModel(Model) for more information- 
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyModel(Model model) The function responsible for changes to theModel 
- 
Method Details
- 
modifyModel
The function responsible for changes to theModel 
 -