using System; using UnityEngine; namespace HQFPSWeapons { [Serializable] public struct ItemDescription { [Multiline] public string Description; } }