module Base
{
	model VodkaBottle
    {
        mesh = VodkaBottle,
    }
	
	model VodkaWater
    {
        mesh = VodkaWater,
    }
    
}
