using System.Collections.Generic; namespace Misaki.ArtToolEditor { public class AssetsProcessContext { public IEnumerable sourceObjects; public object userData; } }