Class CompoundAction
Составное действие.
Namespace: Trivium.CardsModel.ServerModel.Actions
Assembly: Trivium.CardsModel.dll
Syntax
public class CompoundAction : CardAction, IEntity, IBaseEntity<int>, IBaseId<int>, IReadOnlyBaseEntity<int>, IReadOnlyBaseId<int>, IDependentEntryObject, ISourceAttributeCollector
Properties
bool | ParallelRunning Признак запуска действий параллельно. |
int[] | SubActions Действия, которые необходимо запустить параллельно |