mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
remove caaanactivateability
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <locale>
|
||||
|
||||
#include "Array.h"
|
||||
#include "log.h"
|
||||
|
||||
class FString
|
||||
{
|
||||
@@ -44,4 +45,14 @@ public:
|
||||
{
|
||||
Set(str);
|
||||
}
|
||||
|
||||
~FString()
|
||||
{
|
||||
if (Data.Data)
|
||||
{
|
||||
// LOG_INFO(LogDev, "Deconstructing FString!");
|
||||
}
|
||||
|
||||
// Free();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user