mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-12-13 18:35:38 +08:00
13 lines
194 B
C#
13 lines
194 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace RevokeMsgPatcher.Modifier
|
|
{
|
|
class TIMModifier
|
|
{
|
|
}
|
|
}
|