feat(Metric): Update rlMetric (#91)

This commit is contained in:
Bugisoft 2022-12-30 02:08:44 +01:00 committed by GitHub
parent 5ab30af647
commit 985d0dcc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; };