chore: updated engine with the more readable button inputs syntax

This commit is contained in:
2025-08-10 14:43:27 +03:00
parent 80d29a71ed
commit 24a09dcaa3
4 changed files with 35 additions and 31 deletions

View File

@@ -7,6 +7,8 @@ using Engine.Integration.MonoGame;
using Engine.Serializers.Yaml;
using Engine.Systems.Network;
using MyUniverse.Platforms.Desktop;
Universe universe = new();
ISerializer serializer = new YamlSerializer();