Leaf.java 105 B

1234
  1. public class Leaf {
  2. /** Is this leaf connected to the tree or is it fallen? */
  3. boolean isAlive;
  4. }