| 2836 | } |
| 2837 | |
| 2838 | bool MapEditor::IsTypeEnabled(EntityType type) { |
| 2839 | return type_enable_.IsTypeEnabled(type); |
| 2840 | } |
| 2841 | |
| 2842 | void MapEditor::SetTypeEnabled(EntityType type, bool enabled) { |
| 2843 | type_enable_.SetTypeEnabled(type, enabled); |
no outgoing calls
no test coverage detected