- changes some whitespace stuff - adds some comments for ease of reading player facing stuff - adds hharar, njarir to tajara - adds axiori, xiialt, xiori to skrell - adds breeders, bulwarks to vaurca - adds baseline, bishop to ipc models - renames g1, g2 heavy frames to industrial - fixes shells being listed twice - removes 'do not clone' option
17 lines
337 B
C#
17 lines
337 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Configuration;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
using System.Windows;
|
|
|
|
namespace AuroraRecordGenerator
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|