GetPointPosSuccessEvent.cs 151 B

1234567
  1. using Blue;
  2. using System.Collections.Generic;
  3. public class GetPointPosSuccessEvent : IEvent
  4. {
  5. public List<PointJsonInfo> pointJsonInfos;
  6. }