Skip to content
Snippets Groups Projects
Commit 276017af authored by ODL guest ODL guest's avatar ODL guest ODL guest
Browse files

Modified to the correct actions in the json

parent 0f1bfd80
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
"metal": 5,
"gold": 10
},
"actions": ["MoveAction", "RangeAttackAction", "BuildAction[blue_base]"]
"_actions": ["MoveAction", "RangeAttackAction", "BuildAction[blue_base]"]
},
{
"name": "blue_worker",
......@@ -31,7 +31,7 @@
"metal": 5,
"gold": 10
},
"actions": ["MoveAction", "RangeAttackAction", "BuildAction[blue_base]"]
"_actions": ["MoveAction", "RangeAttackAction", "BuildAction[blue_base]"]
},
{
"name": "blue_base",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment