Пример #1
0
		protected RGBASpriteWidget(RGBASpriteWidget other)
			: base(other)
		{
			GetSprite = other.GetSprite;
		}
Пример #2
0
 protected RGBASpriteWidget(RGBASpriteWidget other)
     : base(other)
 {
     GetSprite = other.GetSprite;
 }