public override void OnEnter()
 {
     Data.Value = TNManager.GetPlayerData <string>(DataName.Value);
     Finish();
 }