GetScenePosRotEvent.cs 199 B

12345678910
  1. using Blue;
  2. using System.Collections.Generic;
  3. /// <summary>
  4. /// »ñÈ¡³¡¾° Pos¡¢Rotʼþ
  5. /// </summary>
  6. public class GetScenePosRotEvent : IEvent
  7. {
  8. public List<ScenePosRotInfo> PosRot;
  9. }