Server.Items.GuildDeed.InternalPrompt.InternalPrompt C# (CSharp) Method

InternalPrompt() public method

public InternalPrompt ( GuildDeed deed ) : Server.Prompts
deed GuildDeed
return Server.Prompts
			public InternalPrompt( GuildDeed deed )
			{
				m_Deed = deed;
			}