using UnityEngine; namespace dlu { public class InstanceIdentifier : MonoBehaviour { public new string name; } }