summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/TranslatedImageSet.cs
blob: 2a435835795a6503a6fa0caebe30155ccb908909 (plain)
1
2
3
4
5
6
7
8
using System;
using UnityEngine;

[CreateAssetMenu]
public class TranslatedImageSet : ScriptableObject
{
	public ImageData[] Images;
}