| 3170 | } |
| 3171 | |
| 3172 | EntityId Map::GetNextMonsterId() |
| 3173 | { |
| 3174 | return ++next_monster_id_; |
| 3175 | } |
| 3176 | |
| 3177 | EntityId Map::GetLightSourceId( |
| 3178 | const unsigned int parent_procedure_number, |
nothing calls this directly
no outgoing calls
no test coverage detected