_playerinput refactor wip

This commit is contained in:
2025-03-19 23:00:03 +02:00
parent e564cf36a8
commit 294138eac4
6 changed files with 251 additions and 114 deletions

View File

@@ -10,6 +10,7 @@ using Console = Game.Console;
namespace Game;
#if false
public class PlayerInputDemo : PlayerInput
{
protected List<PlayerInputState> buffer = new List<PlayerInputState>();
@@ -98,4 +99,5 @@ public class PlayerInputDemo : PlayerInput
//frame++;
//currentState.actor = actorState;
}
}
}
#endif