﻿using UnityEngine;

[System.Serializable]
public class SppCadDocument {
	public string drawingFile;
	public string orderNumber;
}
