1
0
mirror of synced 2024-12-18 17:35:55 +01:00
TaikoLocalServer/SharedProject/Models/IVerupNo.cs
2024-03-15 04:37:30 +08:00

8 lines
142 B
C#

using System.Text.Json.Serialization;
namespace SharedProject.Models;
public interface IVerupNo
{
public uint VerupNo { get; set; }
}