Skip to content

Commit

Permalink
添加项目文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL L committed Jan 25, 2023
1 parent 864b277 commit a2bbe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZHIPM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public partial class ZHIPM : TerrariaPlugin
/// </summary>
public static long Timer
{
get { return Timer; }
private set { Timer = value; }
get;
private set;
}
/// <summary>
/// 清理数据的计时器
Expand Down

0 comments on commit a2bbe4d

Please sign in to comment.