| Conditions | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | from intelligine.simulation.object.brain.part.move.AntStar.HostFeeler import HostFeeler |
||
| 8 | def __init__(self, context, object_id): |
||
| 9 | self._context = context |
||
| 10 | self._object_id = object_id |
||
| 11 | self._feeler = HostFeeler(context, object_id) |
||
| 12 | self._moved_to_direction = None |
||
| 13 | self._position_3d = self._context.metas.value.get(POSITION, self._object_id) |
||
| 14 | |||
| 27 |