MineralMiner.Start C# (CSharp) Method

Start() protected method

protected Start ( ) : void
return void
    protected new void Start()
    {
        base.Start();

        Game.mineralMiners.Add (this);
    }