示例#1
0
 /// <summary>
 /// If no saves were found, it disables the element
 /// and no `OnClick` event will ever be fired during
 /// the game object's lifetime.
 /// </summary>
 private new void Start()
 {
     this.IsEnabled = SaveGameManager.SaveGameExists();
     base.Start();
 }