Skip to content

Commit

Permalink
Remove donate menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 28, 2023
1 parent 11c2514 commit 70ef287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Entitas.Unity.Editor/EntitasMenuItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ public static void ShowStatistics()
[MenuItem("Tools/Entitas/Request a feature...", false, 102)]
public static void RequestFeature() => Application.OpenURL("https://github.com/sschmid/Entitas/issues");

[MenuItem("Tools/Entitas/Donate...", false, 103)]
public static void Donate() => Application.OpenURL("https://www.paypal.com/donate/?hosted_button_id=BTMLSDQULZ852");

public static Dictionary<string, int> GetStatistics()
{
var types = AppDomain.CurrentDomain.GetAllTypes();
Expand Down

0 comments on commit 70ef287

Please sign in to comment.