This commit is contained in:
ninemine
2025-06-30 21:49:33 +08:00
parent f92a688c77
commit dbea849f6c
4 changed files with 42 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Convention.Symbolization.Internal
{
public class Modification : Variable
public abstract class Modification : Variable
{
}
}