Update IRecipientFilter (#353)

This commit is contained in:
Roman 2025-11-05 14:17:15 +03:00 committed by GitHub
parent f1573c3515
commit da981a8984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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