ITimeLineEntity.cs 142 B

1234567
  1. namespace UTool.CustomizeTimeLogic.FxLogic.TimeLineEventinterface
  2. {
  3. public interface ITimeLineEntity
  4. {
  5. T This<T>();
  6. }
  7. }