Essgee.Unity/Assets/Plugins/Essgee/Emulation/Configuration/IConfiguration.cs

11 lines
202 B
C#
Raw Normal View History

2025-01-02 17:55:16 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Essgee.Emulation.Configuration
{
public interface IConfiguration { }
}