コード例 #1
0
        public void ProjectileWeaponsMatchConstants()
        {
            var projectiles = WeaponConstants.GetAllProjectile(false, false);

            VerifyAttribute(projectiles, AttributeConstants.Projectile);
        }