12 lines
231 B
C#
12 lines
231 B
C#
namespace Barotrauma.Items.Components
|
|
{
|
|
partial class Powered : ItemComponent
|
|
{
|
|
protected static Sound[] sparkSounds;
|
|
|
|
private bool powerOnSoundPlayed;
|
|
|
|
private static Sound powerOnSound;
|
|
}
|
|
}
|