Example #1
0
 public SnapshotFactory(ServerGameContext context)
 {
     warshipsGroup = context.GetGroup(ServerGameMatcher
                                      .AllOf(ServerGameMatcher.Transform, ServerGameMatcher.HealthPoints));
 }