using System; using UnityEngine; namespace MoleMole { [Serializable] public class FaceTextureItem { public Texture2D texture; public int row = 1; } }