Class HelpCity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ICity city  
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpCity​(int duration, ICity city)  
    • Method Summary

      • 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.city.cityhall.IHelpCity

        getCity
    • Field Detail

      • city

        private final ICity city
    • Constructor Detail

      • HelpCity

        public HelpCity​(int duration,
                        ICity city)