mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 09:37:03 +02:00
10 lines
140 B
C#
10 lines
140 B
C#
namespace Robust.Shared.Graphics
|
|
{
|
|
public enum ClydeStockTexture : byte
|
|
{
|
|
White,
|
|
Black,
|
|
Transparent
|
|
}
|
|
}
|