using System; using UnityEngine; namespace MoleMole { [Serializable] public class FaceEffectItem { public string name; public GameObject effect; } }