コード例 #1
0
        public ProjectileBuilderAbs SetProjectilePreferences(ProjectilePreferences projectilePreferences)
        {
            ProjectilePreferences = projectilePreferences;

            return(this);
        }
コード例 #2
0
 public void SetProjectilePreferences(ProjectilePreferences projectilePreferences) => _projectilePreferences = projectilePreferences;