added gamescreen UI and simple start menu
This commit is contained in:
@@ -71,5 +71,15 @@ namespace Darkmatter.Core
|
||||
OnReloadPerformed?.Invoke();
|
||||
}
|
||||
}
|
||||
|
||||
public void DisableInput()
|
||||
{
|
||||
action.Player.Disable();
|
||||
}
|
||||
|
||||
public void EnableInput()
|
||||
{
|
||||
action.Player.Enable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user