Gammtek.Conduit.MassEffect3.SFXGame.CodexMap.BioCodexPage.BioCodexPage C# (CSharp) Метод

BioCodexPage() публичный Метод

public BioCodexPage ( BioCodexPage other )
other BioCodexPage
		public BioCodexPage(BioCodexPage other)
			: base(other)
		{
			Section = other.Section;
		}

Same methods

BioCodexPage::BioCodexPage ( int title = DefaultTitle, int description = DefaultDescription, int section = DefaultSection, int textureIndex = DefaultTextureIndex, int priority = DefaultPriority, int codexSound = DefaultCodexSound, int instanceVersion = DefaultInstanceVersion )
BioCodexPage