| 2 | |
| 3 | template<> |
| 4 | const char* Enumerable<ShieldTypeClass>::GetMainSection() |
| 5 | { |
| 6 | return "ShieldTypes"; |
| 7 | } |
| 8 | |
| 9 | AnimTypeClass* ShieldTypeClass::GetIdleAnimType(bool isDamaged, double healthRatio) const |
| 10 | { |
nothing calls this directly
no outgoing calls
no test coverage detected