Example #1
0
 public void RemoveMappableControllerButton(MappableControllerButton b) => this.customButtons.Remove(b);
Example #2
0
 public void AddMappableControllerButton(MappableControllerButton b) => this.customButtons.Add(b);