using System; namespace Data { [Serializable] public class WeaponStats { public float Damage; } }