Files
LuaCsForBarotraumaEP/BarotraumaClient/Source/Items/Components/Power/Powered.cs
Juan Pablo Arce 8f37e14917 Split Machines ItemComponents
There's still a lot of work to do before we can get the server to compile
2017-06-18 14:36:11 -03:00

15 lines
269 B
C#

using System;
using System.Xml.Linq;
namespace Barotrauma.Items.Components
{
partial class Powered : ItemComponent
{
protected static Sound[] sparkSounds;
private bool powerOnSoundPlayed;
private static Sound powerOnSound;
}
}