Added NightAlert project for travel kit
This commit is contained in:
9
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Parser/IEncodeCallback.cs
vendored
Normal file
9
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Parser/IEncodeCallback.cs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace Quobject.EngineIoClientDotNet.Parser
|
||||
{
|
||||
public interface IEncodeCallback
|
||||
{
|
||||
void Call(object data);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user