mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
11 lines
149 B
SourcePawn
11 lines
149 B
SourcePawn
native CloseHandle(HandleEgg:this);
|
|
|
|
methodmap Handle {
|
|
Clone = native Handle:CloneHandle(Handle:this);
|
|
Close = CloseHandle;
|
|
};
|
|
|
|
public main()
|
|
{
|
|
}
|