More move effects
This commit is contained in:
@@ -6,7 +6,7 @@ namespace PkmnLib.Dynamic.ScriptHandling.Registry;
|
||||
/// <summary>
|
||||
/// Helper attribute to register scripts through reflection.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
||||
[MeansImplicitUse]
|
||||
public class ScriptAttribute : Attribute
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user