package AXJava;
import LivinGrimoire.PlayGround;
public class TrgParrot {
// simulates a parrot chirp trigger mechanism
// as such this trigger is off at night
// in essence this trigger says: I am here, are you here? good.
private TrgTolerance tolerance = new TrgTolerance(5)...