Files
2025-11-24 14:19:51 +05:30

18 lines
402 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 FileListTransferCB : FileListTransferCBInterface
{
}
}