Created
February 8, 2018 14:02
-
-
Save shana/56a01569a5aceb09875e0c8f42bf19ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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