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