Beispiel #1
0
 protected ObserverProductionIconsWidget(ObserverProductionIconsWidget other)
     : base(other)
 {
     GetPlayer     = other.GetPlayer;
     world         = other.world;
     worldRenderer = other.worldRenderer;
     clocks        = other.clocks;
 }
 protected ObserverProductionIconsWidget(ObserverProductionIconsWidget other)
     : base(other)
 {
     GetPlayer = other.GetPlayer;
     world = other.world;
     worldRenderer = other.worldRenderer;
     clocks = other.clocks;
 }