extends Percussion func _init() -> void: super("Tambour") func faire_roulement() -> void: print("Le tambour fait un roulement.") jouer()