| 344 | }; |
| 345 | |
| 346 | struct CRPGStats_Modifier |
| 347 | { |
| 348 | int32_t RPGEnumerationIndex; |
| 349 | int32_t Unknown2; |
| 350 | int32_t UnknownZero; |
| 351 | uint32_t _Padding; |
| 352 | FixedString Name; |
| 353 | }; |
| 354 | |
| 355 | template <class T> |
| 356 | struct CNamedElementManager |
nothing calls this directly
no outgoing calls
no test coverage detected