* IFF console * Silly * Color * a * Const bool default * Full stealth as well coz dork. * Infiltrator update
10 lines
206 B
C#
10 lines
206 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Shuttles.Events;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed class IFFShowVesselMessage : BoundUserInterfaceMessage
|
|
{
|
|
public bool Show;
|
|
}
|