File tree Expand file tree Collapse file tree
addons/source-python/packages/source-python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474# =============================================================================
7575# >> CLASSES
7676# =============================================================================
77- class Player (PlayerMixin , Entity ):
77+ class Player (Entity , PlayerMixin ):
7878 """Class used to interact directly with players."""
7979
8080 def __init__ (self , index ):
Original file line number Diff line number Diff line change 2424# =============================================================================
2525# >> CLASSES
2626# =============================================================================
27- class Weapon (WeaponMixin , Entity ):
27+ class Weapon (Entity , WeaponMixin ):
2828 """Allows easy usage of the weapon's attributes."""
2929
3030 def _validate_clip (self ):
You can’t perform that action at this time.
0 commit comments