Files
FreewayGamesTest/Assets/Minesweeper/Runtime/Commands/IGameCommand.cs
T

7 lines
81 B
C#

namespace Minesweeper.Commands
{
public interface IGameCommand
{
}
}