Orb.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        ep = GameObject.FindGameObjectWithTag("GameMaster").GetComponent<EndPoints>();
    }