// Token: 0x060020A0 RID: 8352 RVA: 0x0008D39F File Offset: 0x0008B59F public void SetLoadout(Loadout src) { src.Copy(this.loadout); if (NetworkServer.active) { base.SetDirtyBit(1U); } else if (base.isLocalPlayer) { this.SendLoadoutClient(); } this.OnLoadoutUpdated(); }