6 lines
110 B
C#
6 lines
110 B
C#
namespace Intromat.Nodes.Code
|
|
{
|
|
public class BooleanLiteralValue : LiteralValueBase<bool>
|
|
{
|
|
}
|
|
} |