1
0
mirror of synced 2024-11-28 08:30: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; }
}