public Leprechaun(Client client) : base(Config.LeprechaunCylinderRadius, Config.LeprechaunCylinderHeight)
 {
     Client          = client;
     Hat             = new Hat();
     Cane            = new Cane();
     IsStunned       = false;
     IsFlying        = false;
     IsInvulnerable  = false;
     RainbowProgress = 0;
 }
 public Leprechaun(Client client)
     : base(Config.LeprechaunCylinderRadius, Config.LeprechaunCylinderHeight)
 {
     Client = client;
     Hat = new Hat();
     Cane = new Cane();
     IsStunned = false;
     IsFlying = false;
     IsInvulnerable = false;
     RainbowProgress = 0;
 }