using System; using System.Collections.Generic; using Newtonsoft.Json.Linq; namespace HDL_ON.Entity { public class Curtain { public int GetPercent(Function function) { return Convert.ToInt32(function.GetAttrState(FunctionAttributeKey.Percent)); } } }