| 92 | return layer_down.GetAnimationType(); |
| 93 | } |
| 94 | void Tilemap::SetAnimationType(int type) { |
| 95 | layer_down.SetAnimationType(type); |
| 96 | } |
| 97 | void Tilemap::OnSubstituteDown() { |
| 98 | layer_down.OnSubstitute(); |
| 99 | } |
no outgoing calls
no test coverage detected