mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
* cleanup * fix fixtures * prediction * fix test * review * fix svalinn visuals * fix chargers * fix portable recharger and its unlit visuals * fix borgs * oomba review * fix examination prediction
12 lines
211 B
C#
12 lines
211 B
C#
namespace Content.Client.PowerCell;
|
|
|
|
/// <summary>
|
|
/// Sprite layers for power cells.
|
|
/// For use with the generic visualizer.
|
|
/// </summary>
|
|
public enum PowerCellVisualLayers : byte
|
|
{
|
|
Base,
|
|
Unshaded,
|
|
}
|