mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
using Artemis.Modules.Abstract;
|
|
|
|
namespace Artemis.Modules.General.GeneralProfile
|
|
{
|
|
public class GeneralProfileSettings : ModuleSettings
|
|
{
|
|
}
|
|
} |