BizHawk/BizHawk.Client.Common/movie/MultitrackRecording.cs

10 lines
204 B
C#

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