using UnityEngine; namespace JTFold { public class FoldingMarker : MonoBehaviour { public char identifier; } }