libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
SFX_BLOCK_RES_SHARE_PARAM.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
17 unsigned int shareBlockRsMapUidVal{ 0 };
18};
19
20}; // namespace paramdef
21}; // namespace from
22
23static_assert(sizeof(from::paramdef::SFX_BLOCK_RES_SHARE_PARAM) == 4,
24 "SFX_BLOCK_RES_SHARE_PARAM paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition SFX_BLOCK_RES_SHARE_PARAM.hpp:10
unsigned int shareBlockRsMapUidVal
Block Sfx resource reference map number.
Definition SFX_BLOCK_RES_SHARE_PARAM.hpp:17