mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-04-22 04:09:34 +08:00
12 lines
177 B
C#
12 lines
177 B
C#
using System.Data;
|
|
using System.Text.Json;
|
|
using Milimoe.FunGame.Core.Model;
|
|
|
|
namespace Milimoe.FunGame.Testing.Solutions
|
|
{
|
|
public class DataTableSolution
|
|
{
|
|
|
|
}
|
|
}
|