Example #1
0
 public void addActor(Actor what) {
   if (!actors.contains(what)) actors.enqueue(what);
 }