This website requires JavaScript.
Explore
Help
Register
Sign In
root
/
BITKit
Watch
1
Star
0
Fork
You've already forked BITKit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
6c13101670
BITKit
/
Src
/
Core
/
Priority
/
Priority.cs
8 lines
94 B
C#
Raw
Blame
History
namespace
BITKit
{
public
interface
IPriority
{
int
GetPriority
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink