JsonTaskInit
This commit is contained in:
parent
5f6be8e23c
commit
fb30b8628e
1 changed files with 12 additions and 0 deletions
12
DangerousD/GameCore/Network/Json/JsonTask.cs
Normal file
12
DangerousD/GameCore/Network/Json/JsonTask.cs
Normal 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
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue