Example #1
0
 public PlayerLoadout()
 {
     Skin = new CharacterVisualInfo(0, 0, 0);
     Mods.Reset();
     Cards.Reset();
     AbilityVfxSwaps.Reset();
 }
Example #2
0
 public PlayerLoadout()
 {
     Name = "default";
     Skin = new CharacterVisualInfo(0, 0, 0);
     Mods.Reset();
     Cards.Reset();
     AbilityVfxSwaps.Reset();
     Taunts = new List <PlayerTauntData>();
 }