mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 20:19:34 +08:00
10 lines
218 B
C#
10 lines
218 B
C#
using Milimoe.FunGame.Core.Library.Common.Network;
|
|
|
|
namespace Milimoe.FunGame.Core.Interface.Sockets
|
|
{
|
|
public interface ISocketHandler
|
|
{
|
|
public void SocketHandler(SocketObject SocketObject);
|
|
}
|
|
}
|