Give bot skins

This commit is contained in:
Gray
2024-03-19 13:11:02 -04:00
parent 54b2383124
commit 5bfe3a6179
19 changed files with 388 additions and 227 deletions

View File

@@ -15,7 +15,7 @@ class AFortAthenaMutator : public AActor // AFortGameplayMutator
public:
static UClass* StaticClass()
{
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortAthenaMutator");
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.FortAthenaMutator");
return Class;
}
};