/**
 * Do not edit this file.  Any changes will be overwritten by the gamedata
 * updater or by upgrading your SourceMod install.
 *
 * To override data in this file, create a subdirectory named "custom" and
 * place your own gamedata file(s) inside of it.  Such files will be parsed
 * after SM's own.
 *
 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
 */

"Games"
{
	/* CGlobalEntityList */
	"#default"
	{
		"#supported"
		{
			"engine"	"blade"
		}
		
		"Offsets"
		{
			/* Blade Symphony has VSERVERTOOLS003, so we already have gEntList and only need the EntInfo offset from it */
			/* It's the first member after the vtable */
			"EntInfo"
			{
				"windows"	"4"
				"windows64"	"8"
				"linux64"	"8"
			}
		}
	}
}
