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

ServerListEventArgs() 공개 메소드

public ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System
state Server.Network.NetState
account IAccount
리턴 System
		public ServerListEventArgs( NetState state, IAccount account )
		{
			m_State = state;
			m_Account = account;
			m_Servers = new List<ServerInfo>();
		}
	}