mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
a lot
fix looting s5, fix mcp skins on <S9, add team map markers to s8+, add nomcp to s5, add something that should fix some issues on a lot of versions
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "SharedPointerInternals.h"
|
||||
|
||||
template< class ObjectType>
|
||||
class TSharedPtr
|
||||
{
|
||||
@@ -33,4 +35,12 @@ public:
|
||||
{
|
||||
return Object;
|
||||
}
|
||||
};
|
||||
|
||||
template< class ObjectType, ESPMode Mode >
|
||||
class TSharedRef
|
||||
{
|
||||
public:
|
||||
ObjectType* Object;
|
||||
FSharedReferencer<Mode> SharedReferenceCount;
|
||||
};
|
||||
Reference in New Issue
Block a user