Added NightAlert project for travel kit
This commit is contained in:
8
ThirdParty/SocketIoClientDotNet/Src/SocketIoClientDotNet.net45/Client/IAck.cs
vendored
Normal file
8
ThirdParty/SocketIoClientDotNet/Src/SocketIoClientDotNet.net45/Client/IAck.cs
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Quobject.SocketIoClientDotNet.Client
|
||||
{
|
||||
public interface IAck
|
||||
{
|
||||
void Call(params object[] args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user