JsonTaskInit

This commit is contained in:
AnloGames 2023-08-15 17:22:37 +03:00
parent 5f6be8e23c
commit fb30b8628e

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DangerousD.GameCore.Network.Json
{
public class JsonTask
{
}
}