djungelorm opened this issue 2 years ago ยท 1 comments
For examle, pycharm shows the type of conn.space_center.active_vessel to be SpaceCenter when it should be Vessel.
conn.space_center.active_vessel
SpaceCenter
Vessel
This means you need explicit casting for the code to type check corretly.
(Reported by ROY on discord)