mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-05 23:41:58 +02:00
Create StoneRed.LogicSimulator.Api project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using MonoGame.Extended.Input;
|
||||
|
||||
namespace StoneRed.LogicSimulator.Api.Interfaces;
|
||||
|
||||
internal interface IInteractable
|
||||
{
|
||||
public string Info { get; }
|
||||
|
||||
public void OnInteraction(MouseStateExtended mouseState, MouseStateExtended previousMouseState, KeyboardStateExtended keyboardStateExtended);
|
||||
}
|
||||
Reference in New Issue
Block a user