Server.VirtueGumpRequestEventArgs.VirtueGumpRequestEventArgs C# (CSharp) Méthode

VirtueGumpRequestEventArgs() public méthode

public VirtueGumpRequestEventArgs ( Server.Mobile beholder, Server.Mobile beheld ) : System
beholder Server.Mobile
beheld Server.Mobile
Résultat System
		public VirtueGumpRequestEventArgs( Mobile beholder, Mobile beheld )
		{
			m_Beholder = beholder;
			m_Beheld = beheld;
		}
	}
VirtueGumpRequestEventArgs