From 2df9d6a3a80fd597e25bad718e0478773dc5cc87 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 Oct 2022 18:57:10 +0100 Subject: [PATCH] added DynamicEnums to Friends of MLEM list --- Docs/index.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Docs/index.md b/Docs/index.md index 05b2caa..160675b 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -46,3 +46,4 @@ There are several other libraries and tools that work well in combination with M - [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame - [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project - [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices +- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), which provides enum-like single-instance values with additional capabilities, including dynamic addition of new arbitrary values and flags diff --git a/README.md b/README.md index 04152e1..a893f6f 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,4 @@ There are several other libraries and tools that work well in combination with M - [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package that also provides several additional features for MonoGame - [Coroutine](https://github.com/Ellpeck/Coroutine), a package that implements Unity-style coroutines for any project - [Illumilib](https://github.com/Ellpeck/Illumilib), a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices +- [DynamicEnums](https://github.com/Ellpeck/DynamicEnums), which provides enum-like single-instance values with additional capabilities, including dynamic addition of new arbitrary values and flags