-------------------------------------------------------------------------------- Description: Just return the target object --------------------------------------------------------------------------------
| 47 | // Just return the target object |
| 48 | // -------------------------------------------------------------------------------- |
| 49 | ITriTargetablePtr EveTurretTarget::GetTargetable() const |
| 50 | { |
| 51 | return m_object; |
| 52 | } |
| 53 | |
| 54 | // -------------------------------------------------------------------------------- |
| 55 | // Description: |
no outgoing calls
no test coverage detected