10 lines
216 B
C#
10 lines
216 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Misaki.ArtToolEditor
|
|
{
|
|
public class AssetsProcessContext
|
|
{
|
|
public IEnumerable<UnityEngine.Object> sourceObjects;
|
|
public object userData;
|
|
}
|
|
} |