mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
24 lines
227 B
Plaintext
24 lines
227 B
Plaintext
/*
|
|
modified copy of engine.ep1.txt
|
|
*/
|
|
|
|
"Games"
|
|
{
|
|
/* CGlobalEntityList */
|
|
"#default"
|
|
{
|
|
"#supported"
|
|
{
|
|
"game" "gmod9"
|
|
}
|
|
|
|
"Offsets"
|
|
{
|
|
"GetDataDescMap"
|
|
{
|
|
"windows" "15"
|
|
"linux" "16"
|
|
}
|
|
}
|
|
}
|
|
} |