16 lines
256 B
C#
16 lines
256 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using UnityEngine;
|
|
using WI;
|
|
|
|
namespace XED
|
|
{
|
|
public class LocalItem
|
|
{
|
|
public FileInfo fileInfo;
|
|
public DirectoryInfo directoryInfo;
|
|
}
|
|
}
|