feat(Metric): Update rlMetric (#91)

This commit is contained in:
Bugisoft 2022-12-30 02:08:44 +01:00 committed by GitHub
parent d34b90d554
commit 567f3ecc05

View File

@ -12,6 +12,8 @@ namespace rage
virtual int _0x10() { return 0; }; // returns a constant integer
virtual int _0x18() { return 0; };
virtual const char* get_name() { return ""; };
virtual bool serialize(void* serializer) { return false; };