mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
9 lines
77 B
SourcePawn
9 lines
77 B
SourcePawn
native Q(X:handle, a);
|
|
|
|
methodmap X {
|
|
public ~X() = Q;
|
|
}
|
|
|
|
public main() {
|
|
}
|