Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaClient/Source/Items/Components/Power/Powered.cs
2017-07-05 18:35:09 +03:00

12 lines
231 B
C#

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