I have a class, which has one field named orbits (it has the same type as my class Body and has the private modifier):
orbits
Body
private
victim is an instance of class Body and has all Attributes of that class. Every instance will have a private property orbits.
If you need a class-Attribute use "private static"