Skip to content

Instantly share code, notes, and snippets.

@shana
Created February 8, 2018 14:02
Show Gist options
  • Save shana/56a01569a5aceb09875e0c8f42bf19ad to your computer and use it in GitHub Desktop.
Save shana/56a01569a5aceb09875e0c8f42bf19ad to your computer and use it in GitHub Desktop.
[SerializeField] private Vector2 scroll;
[SerializeField] private List<GitLogEntry> entries = new List<GitLogEntry>();
[SerializeField] private int statusAhead;
[SerializeField] private int selectedIndex = -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment