| 641 | } |
| 642 | |
| 643 | int AFCGameNetModule::OnEnterScene(const AFGUID& self, const int map_id, const int map_inst_id) |
| 644 | { |
| 645 | ProcessEnterGroup(self, map_id, map_inst_id); |
| 646 | return 0; |
| 647 | } |
| 648 | |
| 649 | int AFCGameNetModule::GetBroadcastEntityList(const int map_id, const int inst_id, AFIDataList& valueObject) |
| 650 | { |
nothing calls this directly
no outgoing calls
no test coverage detected