mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 03:40:54 +01:00
9 lines
249 B
C++
9 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
|
||
|
|
}
|