:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
17
DysonNetwork.Pass/Connection/DummyConnection.cs
Normal file
17
DysonNetwork.Pass/Connection/DummyConnection.cs
Normal file
@ -0,0 +1,17 @@
|
||||
namespace DysonNetwork.Pass.Connection;
|
||||
|
||||
public class GeoIpService
|
||||
{
|
||||
// Dummy class
|
||||
}
|
||||
|
||||
public class WebSocketService
|
||||
{
|
||||
// Dummy class
|
||||
}
|
||||
|
||||
public class WebSocketPacket
|
||||
{
|
||||
public string Type { get; set; } = null!;
|
||||
public object Data { get; set; } = null!;
|
||||
}
|
Reference in New Issue
Block a user