7 lines
116 B
C#
7 lines
116 B
C#
|
|
public interface ICommandTranslator
|
|
{
|
|
public void TranslateCommand(ECommand command,PressedState state);
|
|
}
|
|
|