mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Advance triggered events serialization
(-) missing indentifier serialization (unimplemented in engine) (-) missing tests
This commit is contained in:
@@ -262,7 +262,7 @@ namespace LogicalExpressionDetail
|
||||
}
|
||||
};
|
||||
|
||||
/// Prints expression in human-readable format
|
||||
/// Serializes expression in JSON format. Part of map format.
|
||||
template <typename ContainedClass>
|
||||
class Writer : public boost::static_visitor<JsonNode>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user