sourcemod/gamedata/sdktools.games.txt
David Anderson b706a6990c - moved gamedata out of "configs"
- added signature scanning to gameconfs
- renamed "*" to "#default" in gameconfs
- added new inheritance feature to gameconfs

--HG--
rename : configs/gamedata/core.games.txt => gamedata/core.games.txt
rename : configs/gamedata/sdktools.games.txt => gamedata/sdktools.games.txt
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40953
2007-06-16 05:42:16 +00:00

20 lines
184 B
Plaintext

"Games"
{
"#default"
{
"#supported"
{
"game" "cstrike"
}
"Offsets"
{
"GiveNamedItem"
{
"windows" "329"
"linux" "330"
}
}
}
}