mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
11 lines
156 B
C#
11 lines
156 B
C#
using System;
|
|
|
|
namespace GAS.General
|
|
{
|
|
[Serializable]
|
|
public class JsonData
|
|
{
|
|
public string Type;
|
|
public string Data;
|
|
}
|
|
} |