7 lines
84 B
C#
7 lines
84 B
C#
namespace MyNes.Core;
|
|
|
|
public interface IShortcutsHandler
|
|
{
|
|
void Update();
|
|
}
|