GameFramework.NicknameInfo.OnPrimaryKeyUpdated C# (CSharp) Method

OnPrimaryKeyUpdated() private method

private OnPrimaryKeyUpdated ( ) : void
return void
        private void OnPrimaryKeyUpdated()
        {
            m_Modified = true;
            UpdatePrimaryKeys();
        }