Move input contracts to model

This commit is contained in:
gamer147
2026-08-03 11:00:36 -04:00
parent c5204341a3
commit bd53989498
6 changed files with 20 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
using Age.Engine.Hosting;
using Age.Engine.Model;
using Xunit;
public class AdvAutoAdvanceTimerTests