Files
o3de/Gems/ExpressionEvaluation/gem.json
T
2021-03-25 13:57:57 -07:00

17 lines
463 B
JSON

{
"gem_name": "ExpressionEvaluation",
"GemFormatVersion": 4,
"Uuid": "4c6f9df57ca2468f93c8d860ee6a1167",
"Name": "ExpressionEvaluation",
"DisplayName": "Expression Evaluation",
"Version": "0.1.0",
"Summary": "Provides a method for parsing and executing various string expressions(e.g. 1+1 or 2>3).",
"Tags": ["Untagged"],
"IconPath": "preview.png",
"Modules": [
{
"Type": "GameModule"
}
]
}