예제 #1
0
 public static void Export([NotNull] Game game, [NotNull] Stream outputStream, [NotNull] EntityCommand entityCommand, bool compress = false) => ExportInternal(game, outputStream, entityCommand, compress);