feat: added IGameInputs
This commit is contained in:
11
Shared/Behaviours/Abstract/IGameInputs.cs
Normal file
11
Shared/Behaviours/Abstract/IGameInputs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Engine.Systems.Input;
|
||||
|
||||
namespace MyUniverse.Shared.Behaviours.Abstract;
|
||||
|
||||
public interface IGameInputs : IButtonInputs<IGameInputs.Button>
|
||||
{
|
||||
public enum Button
|
||||
{
|
||||
Interact
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user