15 lines
269 B
C#
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;
|
|
}
|
|
}
|