mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-12-05 16:16:36 +00: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
|
|
{
|
|
|
|
}
|
|
}
|