13 lines
No EOL
232 B
C#
13 lines
No EOL
232 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using WingsEmu.Game.Networking;
|
|
|
|
namespace GameChannel.Network
|
|
{
|
|
public interface IClientSessionFactory
|
|
{
|
|
IClientSession CreateSession(GameTcpServer session);
|
|
}
|
|
} |