StaticObject
| 9 | |
| 10 | //StaticObject |
| 11 | StaticObject::StaticObject(Vector2 _position, Vector2 _size) |
| 12 | { |
| 13 | position = _position; |
| 14 | size = _size; |
| 15 | } |
| 16 | |
| 17 | StaticObject::~StaticObject() |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected