"Games"
{
	"left4dead2"
	{
		"Signatures"
		{
			/* @A1m:
			 * How to find in windows:
			 * Can be found by string "ammo_pile_weapon_cant_use_ammo"
			*/
			"CWeaponAmmoSpawn_Use"
			{
				"library"	"server"
				"linux"		"@_ZN16CWeaponAmmoSpawn3UseEP11CBaseEntityS1_8USE_TYPEf"
				"windows"	"\x55\x8B\xEC\x51\x53\x8B\x5D\x08\x85\xDB"
							/* 55 8B EC 51 53 8B 5D 08 85 DB */
			}
		}
	}
}