module TOC
{
    imports
    {
        Base
    }

    model prostheticArm
	{
		mesh = Prosthesis/normalArm_Ground,
		texture = Prosthesis\normalArm,
	}

    model prostheticArmHook
	{
		mesh = Prosthesis/hookArm_Ground,
		texture = Prosthesis\hookArm,
	}
    
	model tourniquet
	{
		mesh = Surgery/Tourniquet_Ground,
		texture = Surgery\tourniquet,
	}
}