Server.FastWalkEventArgs.FastWalkEventArgs C# (CSharp) Method

FastWalkEventArgs() public method

public FastWalkEventArgs ( Server.Network.NetState state ) : System
state Server.Network.NetState
return System
		public FastWalkEventArgs( NetState state )
		{
			m_State = state;
			m_Blocked = false;
		}
FastWalkEventArgs