chore: bumped engine version
This commit is contained in:
		@@ -11,7 +11,7 @@ using MyUniverse.Shared.Behaviours.Abstract;
 | 
			
		||||
 | 
			
		||||
namespace MyUniverse.Platforms.Desktop;
 | 
			
		||||
 | 
			
		||||
public class DesktopInputs : BehaviourBase, IEnterUniverse, IExitUniverse, IGameInputs
 | 
			
		||||
public class DesktopInputs : Behaviour, IEnterUniverse, IExitUniverse, IGameInputs
 | 
			
		||||
{
 | 
			
		||||
    public IButtonInputs<IGameInputs.Button>.InputEvent OnAnyButtonPressed { get; } = new();
 | 
			
		||||
    public IButtonInputs<IGameInputs.Button>.InputEvent OnAnyButtonReleased { get; } = new();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user