AwesomeRunner/Assets/Scripts/Input/Translating/ICommandTranslator.cs
2022-08-11 03:37:40 +03:00

7 lines
97 B
C#

public interface ICommandTranslator
{
public void TranslateCommand(ECommand command);
}