KoogleV4/GameModel/Contracts/IGameSettings.cs

13 lines
200 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GameModel.Contract
{
public interface IGameSettings
{
}
}