This website works better with JavaScript.
Home
Explore
Help
Sign In
SCP
/
SCPFWBTL
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
66
Commits
2
Branches
0
Tags
229 MiB
C#
60%
JavaScript
21.8%
ASP.NET
17.4%
HTML
0.5%
VBA
0.2%
Tree:
5bd3baa461
SCPFWBTL
/
UniApi
/
IApi.cs
9 lines
109 B
Raw
Blame
History
namespace
CK.SCP.UniApi
{
public
interface
IApi
{
void
Get
(
)
;
void
Put
(
)
;
}
}
Reference in new issue