Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. class HamService
  3. {
  4. bool LoadComponentData(uint64_t object_id)
  5. {
  6. // need to determine what goes here
  7. }
  8.  
  9. uint32_t GetCurrentHealth(uint64_t object_id)
  10. {
  11. return current_health_map_[object_id]->GetValue();
  12. }
  13.  
  14. };
Add Comment
Please, Sign In to add comment