weapons.manager module¶
Provides weapon information for the current game.
- weapons.manager.weapon_manager¶
The singleton object of the
_WeaponManager
class.If the game is not supported,
weapons.default.NoWeaponManager
will be used instead.
Provides weapon information for the current game.
The singleton object of the _WeaponManager
class.
If the game is not supported, weapons.default.NoWeaponManager
will be used instead.