/* * 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 FileListTransferCB : FileListTransferCBInterface { } }