public void AddWater(Vector3 pos, float amount)
 {
     flow.AddWater(pos, amount);
 }