mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 13:44:31 +00:00
9 lines
166 B
C#
9 lines
166 B
C#
using System;
|
|
|
|
namespace WeaveLoader.API.Mixins;
|
|
|
|
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
|
public sealed class OverwriteAttribute : Attribute
|
|
{
|
|
}
|