Class MarriageOfferDeclinedTimedTask
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.event.TimedTask
-
- ch.sahits.game.openpatrician.engine.event.task.MarriageOfferDeclinedTimedTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class MarriageOfferDeclinedTimedTask extends ch.sahits.game.openpatrician.model.event.TimedTaskTimed task for the case where the marriage offer was not accepted. Created by andi on 30.03.17.
-
-
Field Summary
Fields Modifier and Type Field Description static intOFFER_VALID_DURATION
-
Constructor Summary
Constructors Constructor Description MarriageOfferDeclinedTimedTask(ch.sahits.game.openpatrician.model.IPlayer player)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()java.lang.StringtoString()
-
-
-
Field Detail
-
OFFER_VALID_DURATION
public static final int OFFER_VALID_DURATION
- See Also:
- Constant Field Values
-
-