| 536 | } |
| 537 | |
| 538 | inline esv::CustomStatSystem * GetCustomStatSystem() |
| 539 | { |
| 540 | auto sys = SystemTypes.Buf[(uint32_t)SystemType::CustomStat].System; |
| 541 | return (esv::CustomStatSystem *)((uint8_t *)sys - 0x18); |
| 542 | } |
| 543 | }; |
| 544 | |
| 545 | struct CharacterFactory : public NetworkObjectFactory |
no outgoing calls
no test coverage detected