BlisterUI.GameScreen.SetParentGame C# (CSharp) Method

SetParentGame() public method

public SetParentGame ( MainGame pgame, int index ) : void
pgame MainGame
index int
return void
        public void SetParentGame(MainGame pgame, int index)
        {
            game = pgame;
            Index = index;
        }