136137138139140141142143144
@Override public CastleSiege getSiege() { if(_Siege == null) { _Siege = new CastleSiege(this); } return _Siege; }