PlayerSkill CreateMultiplayerPlayerSkill() { PlayerSkill ps = new PlayerSkill(); ps.Set("Tackle"); ps.Set("TackleStun"); ps.Set("Blink"); ps.Set("Speed"); ps.Set("Speed"); ps.Set("ChargedShot"); ps.Set("ChargedShotStun"); ps.Set("ChargedShotInstant"); ps.Set("ShotPower"); ps.Set("ShotPower"); ps.Set("ChargedShotPower"); ps.Set("ChargedShotPower"); ps.Set("ChargedShotTime"); ps.Set("ChargedShotTime"); ps.Set("ChargedShotCurve"); ps.Set("ChargedShotCurve"); ps.Set("Pass"); ps.Set("PassCurve"); ps.Set("PassCurve"); return(ps); }