"Games"
{
	//	CSS OB
	"#default"
	{
		"#supported"
		{
			"engine" "css"
		}
		
		"Offsets"
		{
			//	void CBasePlayer::SharedSpawn()
			"SharedSpawn"
			{
				"windows" "330"
				"linux" "331"
			}
			
			//	void CCSGameRules::PlayerKilled(CBasePlayer*, CTakeDamageInfo const&)
			"PlayerKilled"
			{
				"windows" "81"
				"linux" "82"
			}
		}
	}
	
	//	CSS 34
	"#default"
	{
		"#supported"
		{
			"engine" "original"
		}
		
		"Offsets"
		{
			"SharedSpawn"
			{
				"windows" "266"
				"linux" "267"
			}
			
			"PlayerKilled"
			{
				"windows" "64"
				"linux" "65"
			}
		}
	}	
}