| 33 | { |
| 34 | public: |
| 35 | explicit AFMapInstance(int inst_id) |
| 36 | : inst_id_(inst_id) |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | AFSmartPtrMap<AFGUID, bool> player_entities_; |
| 41 | AFSmartPtrMap<AFGUID, bool> other_entities_; |
nothing calls this directly
no outgoing calls
no test coverage detected