GetScenePosRotEvent.cs 141 B

1234567
  1. using Blue;
  2. using System.Collections.Generic;
  3. public class GetScenePosRotEvent : IEvent
  4. {
  5. public List<ScenePosRotInfo> PosRot;
  6. }