/// <summary>
 /// Called when [unload].
 /// </summary>
 public void OnUnload()
 {
     SetList.Dispose();
     SetList = null;
 }
 /// <summary>
 /// Called when [load].
 /// </summary>
 public void OnLoad()
 {
     SetList = new MinstrelSetList();
 }