This website requires JavaScript.
Explore
Help
Sign In
Taiko_Stuff
/
TaikoLocalServer
Watch
1
Star
0
Fork
0
You've already forked TaikoLocalServer
mirror of
synced
2025-01-26 07:53:44 +01:00
Code
Releases
Activity
TaikoLocalServer
/
SharedProject
/
Models
/
IVerupNo.cs
6 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
Stage changes
2024-03-16 17:46:06 +08:00
namespace
SharedProject.Models
;
Stage initial refactors
2024-03-15 04:37:30 +08:00
public
interface
IVerupNo
{
public
uint
VerupNo
{
get
;
set
;
}
}
Copy Permalink