Files
FreewayGamesTest/Assets/Runtime/Commands/IGameCommand.cs
T
2026-06-06 22:33:15 +07:00

7 lines
81 B
C#

namespace Minesweeper.Commands
{
public interface IGameCommand
{
}
}