Dominion.Game.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (this.gameIndex == -1)
                return;
            Game.RecycledGameIndices.ReturnInteger(this.gameIndex);
            this.gameIndex = -1;
        }