1
0
mirror of synced 2024-12-18 09:25:56 +01:00
TaikoLocalServer/SharedProject/Models/IVerupNo.cs
2024-03-16 17:46:06 +08:00

6 lines
103 B
C#

namespace SharedProject.Models;
public interface IVerupNo
{
public uint VerupNo { get; set; }
}