Server.MovementEventArgs.Free C# (CSharp) Method

Free() public method

public Free ( ) : void
return void
		public void Free()
		{
			m_Pool.Enqueue( this );
		}
	}