Example #1
0
 public bool AllActionsPerformed()
 {
     return(AllSegments.All(segment => segment.SegmentStatus == PlayerActionStatus.Performed));
 }