Package com.mg105.use_cases
Interface Resetable
- All Known Implementing Classes:
MinimapInterpreter
public interface Resetable
A use case that needs to be reset when the game restarts (regardless of win or loss).
-
Method Summary
-
Method Details
-
reset
void reset()Reset this component as if the game just started.
-