Nuevo Script De Duelos De Asesinos Vs Sheriff New May 2026

class Assesino(Player): def __init__(self): super().__init__(ROLE_ASSESINO)

def shoot(self): # Lógica para disparar pass nuevo script de duelos de asesinos vs sheriff new

# Dispara if pygame.mouse.get_pressed()[0]: sheriff.shoot() class Assesino(Player): def __init__(self): super()