internal static void GetRecords(List <string> undoRecords, List <string> redoRecords) { Undo.GetRecordsInternal(undoRecords, redoRecords); }
internal static void GetRecords(List <string> undoRecords, List <string> redoRecords) { Undo.GetRecordsInternal((object)undoRecords, (object)redoRecords); }