mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-12 00:28:43 +00:00
10 lines
105 B
SourcePawn
10 lines
105 B
SourcePawn
native CloseHandle(&Handle:this);
|
|
|
|
methodmap Handle {
|
|
public Close = CloseHandle;
|
|
};
|
|
|
|
public main()
|
|
{
|
|
}
|