mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:40:53 +01:00
8 lines
249 B
C++
8 lines
249 B
C++
#include <TiltedOnlinePCH.h>
|
|
|
|
#include <Forms/ActorValueInfo.h>
|
|
|
|
uint32_t ActorValueInfo::Resolve(uint32_t aId) noexcept
|
|
{
|
|
return aId; // no-op this is just used in fallout4 but for ease of use we use this function to avoid game specific code
|
|
}
|