()
| 3390 | } |
| 3391 | |
| 3392 | func (mc *MapContents) DefaultSize() Vector { |
| 3393 | return Vector{globals.GridSize * 8, globals.GridSize * 8} |
| 3394 | } |
| 3395 | |
| 3396 | func (m *MapContents) Collapseable() bool { |
| 3397 | return false |
no outgoing calls
no test coverage detected