using System.Collections.Generic; namespace ET { public static class PeopleHeloer { public static void NotifyUpdatePeople(Unit unit, long id,List ks, List vs) { MessageHelper.SendToClient(unit,new M2C_NotifyUpdatePeople(){Id = id,Ks = ks,Vs = vs}); } } }