CharacterShot.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        DrillUPG = GetComponent<DrillUpgrades>();
        bulletPools = GameObject.Find (poolName).GetComponent<ObjectPooler> ();
    }