mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Medusa System Added
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/)
This commit is contained in:
9
src/NadekoBot/Common/Medusa/Models/ParamData.cs
Normal file
9
src/NadekoBot/Common/Medusa/Models/ParamData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Nadeko.Medusa;
|
||||
|
||||
public sealed record ParamData(
|
||||
Type Type,
|
||||
string Name,
|
||||
bool IsOptional,
|
||||
bool IsLeftover,
|
||||
bool IsParams
|
||||
);
|
Reference in New Issue
Block a user