Fix typo in IMainWindow.cs

verison -> version
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-21 13:36:32 +09:00 committed by GitHub
parent ca07e9bf5b
commit 17451cf7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,11 @@ namespace VPet_Simulator.Windows.Interface
/// <summary>
/// 版本号
/// </summary>
int verison { get; }
int version { get; }
/// <summary>
/// 版本号
/// </summary>
string Verison { get; }
string Version { get; }
/// <summary>
/// 上次点击时间 (Tick)
/// </summary>