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

@@ -0,0 +1,14 @@
#pragma once
#include "reboot.h"
#include "AIController.h"
class AFortAthenaAIBotController : public AAIController
{
public:
static UClass* StaticClass()
{
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.FortAthenaAIBotController");
return Class;
}
};