mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 10:58:36 +00:00
13 lines
103 B
SourcePawn
13 lines
103 B
SourcePawn
methodmap Handle {
|
|
public native ~Handle();
|
|
}
|
|
|
|
stock Crab(Handle h)
|
|
{
|
|
delete h;
|
|
}
|
|
|
|
public main()
|
|
{
|
|
}
|