Ejemplo n.º 1
0
 public void RemoveMappableControllerButton(MappableControllerButton b) => this.customButtons.Remove(b);
Ejemplo n.º 2
0
 public void AddMappableControllerButton(MappableControllerButton b) => this.customButtons.Add(b);