Package com.misc
Class SaveControls.SavedFortress
- java.lang.Object
-
- com.misc.SaveControls.SavedFortress
-
- Enclosing class:
- SaveControls
public class SaveControls.SavedFortress extends java.lang.ObjectA 'barebones' ETFortress class to only store the properties needed to re-create the class
-
-
Field Summary
Fields Modifier and Type Field Description booleanfloodedinthealthConstants.FortressTypetype
-
Constructor Summary
Constructors Constructor Description SavedFortress()SavedFortress(Constants.FortressType type, int health, boolean flooded)
-
-
-
Field Detail
-
type
public Constants.FortressType type
-
health
public int health
-
flooded
public boolean flooded
-
-
Constructor Detail
-
SavedFortress
public SavedFortress()
-
SavedFortress
public SavedFortress(Constants.FortressType type, int health, boolean flooded)
-
-