| 24 | namespace sg |
| 25 | { |
| 26 | Animation::Animation(const std::string &name) : |
| 27 | Script{name} |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | Animation::Animation(const Animation &other) : |
| 32 | channels{other.channels} |
nothing calls this directly
no outgoing calls
no test coverage detected