This website works better with JavaScript.
Home
Explore
Help
Sign In
SCP
/
SCPFWBTL
Watch
7
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
99
Commits
2
Branches
0
Tags
229 MiB
Tree:
ab1344f193
SCPFWBTL
/
UniApi
/
IApi.cs
9 lines
109 B
Raw
Normal View
History
提交
5 years ago
namespace
CK.SCP.UniApi
{
public
interface
IApi
{
void
Get
(
)
;
void
Put
(
)
;
}
}