mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
@@ -4,6 +4,8 @@
|
||||
|
||||
class UFortLootLevel
|
||||
{
|
||||
public:
|
||||
static int GetItemLevel(const FDataTableCategoryHandle& LootLevelData, int WorldLevel);
|
||||
int GetItemLevel(FDataTableCategoryHandle LootLevelData, int WorldLevel)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user