Class BecomeAldermanCheat

  • All Implemented Interfaces:
    ch.sahits.game.openpatrician.model.cheat.ICheatCommand

    @Component
    public class BecomeAldermanCheat
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.model.cheat.ICheatCommand
    Cheat command to become alderman.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on May 06, 2018
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ch.sahits.game.openpatrician.model.cheat.ICheatCommand

        getControlKey, getDescriptionTextKey, getKey
    • Constructor Detail

      • BecomeAldermanCheat

        public BecomeAldermanCheat()
    • Method Detail

      • execute

        public void execute()
        Specified by:
        execute in interface ch.sahits.game.openpatrician.model.cheat.ICheatCommand