using UnityEngine; namespace SoulGames.Utilities { public class ReadOnlyAttribute : PropertyAttribute { } }