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

7 lines
116 B
C#

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