upd IRecipientFilter

This commit is contained in:
Roman 2025-11-05 06:38:14 +03:00
parent f1573c3515
commit 3eae8e4828

View File

@ -27,6 +27,7 @@ public:
virtual bool IsInitMessage( void ) const = 0;
virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
virtual CPlayerSlot GetPredictedByPlayerSlot( void ) const = 0;
};
#endif // IRECIPIENTFILTER_H