namespace BizHawk.Client.Common
{
public class MultitrackRecording
public bool IsActive { get; set; }
public int CurrentPlayer { get; set; }
public bool RecordAll { get; set; }
}