Ejemplo n.º 1
0
 public void Setup()
 {
     this.shooter = HookPlayer.Instance.Get <CharacterShooter>();
     if (CURRENT != null)
     {
         WeaponCrosshair.Destroy();
     }
     CURRENT = this;
 }
Ejemplo n.º 2
0
 protected override void OnStopAimWeapon()
 {
     base.OnStopAimWeapon();
     WeaponCrosshair.Destroy();
 }