示例#1
0
def unload():
    """Remove the player assist attribute."""
    player_attributes.unregister_attribute('assist_points')
示例#2
0
def unload():
    """Remove the player hostage attributes."""
    player_attributes.unregister_attribute('hostage_rescues')
    player_attributes.unregister_attribute('hostage_stops')
    player_attributes.unregister_attribute('hostage_kills')
def unload():
    """Unregister the multi-level attribute."""
    player_attributes.unregister_attribute('multi_levels')
示例#4
0
def unload():
    player_attributes.unregister_attribute('multi_levels')