예제 #1
0
 /// <summary>
 /// </summary>
 /// <param name="other"></param>
 protected BioCodexEntry(BioCodexEntry other)
     : base(other)
 {
     Description  = other.Description;
     Priority     = other.Priority;
     TextureIndex = other.TextureIndex;
     Title        = other.Title;
 }
예제 #2
0
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		protected BioCodexEntry(BioCodexEntry other)
			: base(other)
		{
			CodexSound = other.CodexSound;
			Description = other.Description;
			Priority = other.Priority;
			TextureIndex = other.TextureIndex;
			Title = other.Title;
		}