port from perforce
This commit is contained in:
6
intromat/Intromat/Nodes/Code/BooleanLiteralValue.cs
Normal file
6
intromat/Intromat/Nodes/Code/BooleanLiteralValue.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Intromat.Nodes.Code
|
||||
{
|
||||
public class BooleanLiteralValue : LiteralValueBase<bool>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user