From 13436a31eacd05e95acdb460fb83995de181a258 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 19 Jul 2024 10:44:02 +0200 Subject: [PATCH] removed DynamicEnums from the friends list (it doesn't really fit sorry) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0c752b6..2c7ba76 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,4 @@ There are several other libraries and tools that work well in combination with M - [Contentless](https://github.com/Ellpeck/Contentless), a tool that removes the need to add assets to the MonoGame Content Pipeline manually - [GameBundle](https://github.com/Ellpeck/GameBundle), a tool that packages MonoGame and other .NET applications into several distributable formats - [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project -- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), a package that provides enum-like single-instance values with many additional capabilities - [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame