{
	"Name": "Raintrap341.VortexBulletCounter",
	"Description": "Show bullet-count of your vortex.",
	"LoadPriority": 4,
	"RequiredOnClient": false,
	"Version": "1.0.0",
	"Scripts": [
		{
			"Path": "mp_vortex_bullet_counter.nut",
			"RunOn": "CLIENT && MP",
			"ClientCallback": {
				"After": "VortexBulletCounterInit"
			}
		}
	]
}