SyncMapResourceCommand.cs 266 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 namespace Rcs.Application.MessageBus.Commands; /// <summary> /// 同步地图资源命令 /// @author zzy /// </summary> public class SyncMapResourceCommand : MessageBase { /// <summary> /// 地图ID /// </summary> public Guid MapId { get; set; } }