N64Conf in GameConfiguration now only exists if N64 Inject

This commit is contained in:
NicoAICP 2020-04-04 02:44:04 +02:00
parent 0f8d652080
commit bf4f792c44

View file

@ -22,7 +22,7 @@ namespace UWUVCI_AIO_WPF
public PNGTGA TGADrc { get; set; } = new PNGTGA();
public PNGTGA TGATv { get; set; } = new PNGTGA();
public PNGTGA TGALog { get; set; } = new PNGTGA();
public N64Conf N64Stuff { get; set; } = new N64Conf();
public N64Conf N64Stuff { get; set; } = null;
}
}