simplified code

This commit is contained in:
Kim, Jimin 2021-09-15 15:33:46 +09:00
parent 1f40eb15b9
commit fc41218d57

View file

@ -1,8 +1,6 @@
using WebSocketSharp.Server;
namespace WBM
{
public class WSJSONService : WebSocketBehavior
public class WSJSONService : WebSocketSharp.Server.WebSocketBehavior
{
}
}