Skip to content

Commit

Permalink
cleanup example
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAdam committed Feb 9, 2020
1 parent 1962436 commit fd71c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lumina.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ static void Main( string[] args )
var lumina = new Lumina( args[ 0 ] );

// excel reading
var actionTimeline = lumina.GetExcelSheet< Excel.Generated.ActionTimeline >();

var actionTimeline = lumina.GetExcelSheet< ActionTimeline >();
var actionTimelineRows = actionTimeline.GetRows();
Console.WriteLine($"ActionTimeline GetRows(): {actionTimelineRows.Count}");

Expand Down

0 comments on commit fd71c3f

Please sign in to comment.