Explosion.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
    void Awake()
    {
        Scollider       = this.GetComponent<SphereCollider>();
        FullExpanzion   = false;
    }