2013-10-25 00:59:34 +00:00
|
|
|
|
namespace BizHawk.Client.Common
|
|
|
|
|
{
|
|
|
|
|
public class MultitrackRecording
|
|
|
|
|
{
|
2013-10-28 01:06:51 +00:00
|
|
|
|
public bool IsActive { get; set; }
|
|
|
|
|
public int CurrentPlayer { get; set; }
|
|
|
|
|
public bool RecordAll { get; set; }
|
2013-10-25 00:59:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|