Example #1
0
 public void BeginEdit()
 {
     editingClone = this.GetClone();
 }
Example #2
0
 private void LoadValues(RiotLibrarySettings source)
 {
     source.CopyProperties(this, false, null, true);
 }
Example #3
0
 public RiotLibrary(IPlayniteAPI api) : base(api)
 {
     LibrarySettings = new RiotLibrarySettings(this, PlayniteApi);
 }