mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move EnumExtensions to Frontend
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
- Create FrontendTool and move some methods to it
|
||||
- Clear out InfoTool and remove
|
||||
- Merge VersionTool into FrontendTool
|
||||
- Move EnumExtensions to Frontend
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -5,9 +5,10 @@ using System.Collections.Generic;
|
||||
using System.Collections.Concurrent;
|
||||
#endif
|
||||
using System.Reflection;
|
||||
using MPF.Core;
|
||||
using SabreTools.RedumpLib.Data;
|
||||
|
||||
namespace MPF.Core
|
||||
namespace MPF.Frontend
|
||||
{
|
||||
public static class EnumExtensions
|
||||
{
|
||||
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using MPF.Core;
|
||||
using MPF.Frontend;
|
||||
using Xunit;
|
||||
|
||||
namespace MPF.Test.Core.Converters
|
||||
|
||||
Reference in New Issue
Block a user