| 60 | } |
| 61 | |
| 62 | bool ArrowAnimation::HasObject(Object object) const |
| 63 | { |
| 64 | return object == Animation::Object::MyPositionArrow; |
| 65 | } |
| 66 | |
| 67 | Animation::TObjectProperties const & ArrowAnimation::GetProperties(Object object) const |
| 68 | { |
no outgoing calls
no test coverage detected