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
2024-12-18 09:25:56 +01:00
Code
Releases
Activity
064188171c
TaikoLocalServer
/
SharedProject
/
Models
/
IVerupNo.cs
6 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
Stage changes
2024-03-16 10:46:06 +01:00
namespace
SharedProject.Models
;
Stage initial refactors
2024-03-14 21:37:30 +01:00
public
interface
IVerupNo
{
public
uint
VerupNo
{
get
;
set
;
}
}
Copy Permalink