using System.Collections; using System.Collections.Generic; using UnityEngine; namespace JBooth.MicroVerseCore { [ExecuteAlways] public class ObjectStampHolder : MonoBehaviour { public string guid; } }