void Awake()
 {
     instance = this;
 }
 void Awake()
 {
     MuzzleyAppController.OnParticipantJoin += OnMuzzleyPartipantJoin;
     muzzleyAppController = GameObject.Find("MuzzleyAppController").GetComponent<MuzzleyAppController>();
 }