UnicornClicker.GameViewModel.OnGameCompleted C# (CSharp) Method

OnGameCompleted() protected method

protected OnGameCompleted ( ) : void
return void
        protected void OnGameCompleted()
        {
            if (GameCompleted != null)
            {
                GameCompleted(this);
            }
        }