mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 10:58:36 +00:00
10 lines
108 B
SourcePawn
10 lines
108 B
SourcePawn
methodmap Crab {
|
|
property int Crab {
|
|
public native get();
|
|
public native get();
|
|
}
|
|
}
|
|
|
|
public main() {
|
|
}
|