protected override Building InternalCreateBuilding() { Barracks barracks = new Barracks(context); barracks.CreatePlacebleModel(); return(barracks); }