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