This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,16 @@ class PublishView : Subview
1212 private const string PrivateRepoMessage = "You choose who can see and commit to this repository" ;
1313 private const string PublicRepoMessage = "Anyone can see this repository. You choose who can commit" ;
1414
15- [ SerializeField ]
16- private string username ;
17- [ SerializeField ]
18- private string [ ] owners = { } ;
19- [ SerializeField ]
20- private int selectedOwner ;
21- [ SerializeField ]
22- private string repoName = String . Empty ;
23- [ SerializeField ]
24- private string repoDescription = "" ;
25- [ SerializeField ]
26- private bool togglePrivate ;
27-
28- [ NonSerialized ]
29- private IApiClient client ;
30- [ NonSerialized ]
31- private bool isBusy ;
32- [ NonSerialized ]
33- private string error ;
15+ [ SerializeField ] private string username ;
16+ [ SerializeField ] private string [ ] owners = { } ;
17+ [ SerializeField ] private int selectedOwner ;
18+ [ SerializeField ] private string repoName = String . Empty ;
19+ [ SerializeField ] private string repoDescription = "" ;
20+ [ SerializeField ] private bool togglePrivate ;
21+
22+ [ NonSerialized ] private IApiClient client ;
23+ [ NonSerialized ] private bool isBusy ;
24+ [ NonSerialized ] private string error ;
3425
3526 public IApiClient Client
3627 {
You can’t perform that action at this time.
0 commit comments