using System; using System.Collections.Generic; using System.Xml.Linq; using Lidgren.Network; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Barotrauma.Networking; namespace Barotrauma.Items.Components { partial class Reactor : Powered, IDrawableComponent, IServerSerializable, IClientSerializable { private void InitProjSpecific() { //do nothing } } }