mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Update name of the new method
This commit is contained in:
parent
3eae8e4828
commit
c103767167
@ -27,7 +27,8 @@ public:
|
|||||||
virtual bool IsInitMessage( void ) const = 0;
|
virtual bool IsInitMessage( void ) const = 0;
|
||||||
|
|
||||||
virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
|
virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
|
||||||
virtual CPlayerSlot GetPredictedByPlayerSlot( void ) const = 0;
|
virtual CPlayerSlot GetPredictedPlayerSlot( void ) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // IRECIPIENTFILTER_H
|
#endif // IRECIPIENTFILTER_H
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user