mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-14 17:48:36 +00:00
10 lines
106 B
SourcePawn
10 lines
106 B
SourcePawn
native CloseHandle(Handle:this[]);
|
|
|
|
methodmap Handle {
|
|
public Close = CloseHandle;
|
|
};
|
|
|
|
public main()
|
|
{
|
|
}
|