2025-06-30 20:20:26 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Convention.Symbolization.Internal
|
|
|
|
|
{
|
2025-06-30 21:49:33 +08:00
|
|
|
|
public abstract class Modification : Variable
|
2025-06-30 20:20:26 +08:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|