using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 私有分类工具:供水的同步数据类
/// </summary>
public class PrivateWaterSupplyToolSYNCData : FireDeploySYNCDATA
{
public float rectTransformWith;
}