Hi
In my Game I have a class which has two subclasses. In my class I have defined a boolean. This boolean is to be set in the first subclass und checked if true in the other one. My problem is that in my first subclass where the boolean is set to true it's updated correctly, but in the other one it's always at false (I inspected the objects during run). Do you have an idea?

