Ejemplo n.º 1
0
 private static SkillLogEntry FindMostRecentLogEntry(int fromFrame)
 {
     return(DebugFlow.FindMostRecentLogEntry(DebugFlow.SelectedLog, fromFrame));
 }
Ejemplo n.º 2
0
 private static void SelectMostRecentLogEntry(int fromFrame)
 {
     DebugFlow.SelectLogEntry(DebugFlow.FindMostRecentLogEntry(fromFrame), false);
 }