7d3c8a9f39
+ * - AdjustUnits + * - RelativeToCamera + * - Cleaning and sorting using statements
15 lines
226 B
C#
15 lines
226 B
C#
|
|
using Axios.Engine.File;
|
|
|
|
namespace Axios.Engine.Data
|
|
{
|
|
class AxiosCSV
|
|
{
|
|
private AxiosFile _file;
|
|
public AxiosCSV(AxiosFile file)
|
|
{
|
|
_file = file;
|
|
}
|
|
}
|
|
}
|