コード例 #1
0
 protected ObserverSupportPowerIconsWidget(ObserverSupportPowerIconsWidget other)
     : base(other)
 {
     GetPlayer     = other.GetPlayer;
     icon          = other.icon;
     world         = other.world;
     worldRenderer = other.worldRenderer;
     clocks        = other.clocks;
 }
コード例 #2
0
 protected ObserverSupportPowerIconsWidget(ObserverSupportPowerIconsWidget other)
     : base(other)
 {
     GetPlayer = other.GetPlayer;
     icon = other.icon;
     world = other.world;
     worldRenderer = other.worldRenderer;
     clocks = other.clocks;
 }