diff --git a/ZHIPM.cs b/ZHIPM.cs index 3027c3c..91c9da0 100644 --- a/ZHIPM.cs +++ b/ZHIPM.cs @@ -40,8 +40,8 @@ public partial class ZHIPM : TerrariaPlugin /// public static long Timer { - get { return Timer; } - private set { Timer = value; } + get; + private set; } /// /// 清理数据的计时器