Server.StunRequestEventArgs.StunRequestEventArgs C# (CSharp) 메소드

StunRequestEventArgs() 공개 메소드

public StunRequestEventArgs ( Server.Mobile m ) : System
m Server.Mobile
리턴 System
		public StunRequestEventArgs( Mobile m )
		{
			m_Mobile = m;
		}
	}
StunRequestEventArgs