9 lines
279 B
C#
9 lines
279 B
C#
namespace Examples.user._1x.marsEpress;
|
|
|
|
[Guid("df176113-ccc4-43e7-a462-5f37fff72fd2")]
|
|
internal sealed class MarsAsciiMirrorScene : Instance<MarsAsciiMirrorScene>
|
|
{
|
|
[Output(Guid = "491dc8f6-8688-4b21-92f7-a92857f40539")]
|
|
public readonly Slot<Command> Output = new();
|
|
|
|
} |