| 635 | //} |
| 636 | |
| 637 | int AFCGameNetModule::OnLeaveScene(const AFGUID& self, const int map_id, const int map_inst_id) |
| 638 | { |
| 639 | ProcessLeaveGroup(self, map_id, map_inst_id); |
| 640 | return 0; |
| 641 | } |
| 642 | |
| 643 | int AFCGameNetModule::OnEnterScene(const AFGUID& self, const int map_id, const int map_inst_id) |
| 644 | { |
nothing calls this directly
no outgoing calls
no test coverage detected