18 lines
412 B
C#
18 lines
412 B
C#
/*
|
|
* This file was taken from RakNet 4.082 without any modifications.
|
|
* Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
|
*/
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using RakNet;
|
|
|
|
namespace InternalSwigTestApp
|
|
{
|
|
public class UDPProxyServerResultHandlerCB : UDPProxyServerResultHandler
|
|
{
|
|
}
|
|
}
|