﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace  XSToon3
{
    public class TextureList : ScriptableObject
    {
        public Texture2D[] TexArray;
    }
}
