1 namespace Game.Util; 2 3 public struct InputMetadata 4 { 5 public FightInput input; 6 public int frameCount; 7 }