Example #1
0
 public AimPlayerState(
     FirstPersonMode player
     )
 {
     this.player = player;
     ammoStorage = player.GetComponent <AmmoStorageMonoBehaviour>();
 }
 public AmmoStorageMonoBehaviour Setup(IAmmoStorage storage)
 {
     this.storage = storage;
     return(this);
 }