mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
complete looting rewrite, improve combining pickups, add debug printing logs, fix some agids, fix cheat summon, fix issue with vehicle spawning.
11 lines
155 B
C++
11 lines
155 B
C++
#pragma once
|
|
|
|
#include "DataTable.h"
|
|
|
|
class UFortLootLevel
|
|
{
|
|
int GetItemLevel(FDataTableCategoryHandle LootLevelData, int WorldLevel)
|
|
{
|
|
return 0;
|
|
}
|
|
}; |