using Blue; using System.Collections.Generic; /// /// 获取场景 Pos、Rot事件 /// public class GetScenePosRotEvent : IEvent { public List PosRot; }