{
  "Nodes": [
    {
      "$type": "EasyBehaviourTree.Start, EasyBehaviourTree",
      "Child": 1,
      "Id": 0
    },
    {
      "$type": "EasyBehaviourTree.Sequence, EasyBehaviourTree",
      "Children": [
        2,
        3,
        4
      ],
      "Parent": 0,
      "Id": 1
    },
    {
      "$type": "Game.World.FrameSyncWaitAction, Game.World",
      "Duration": {
        "Value": {
          "RawValue": 4294967296
        },
        "Name": null
      },
      "IsRandomDuration": {
        "Value": true,
        "Name": null
      },
      "RandomDurationRange": {
        "Value": {
          "x": {
            "RawValue": 4294967296
          },
          "y": {
            "RawValue": 12884901888
          }
        },
        "Name": null
      },
      "AbortNode": -1,
      "Parent": 1,
      "Id": 2
    },
    {
      "$type": "Game.World.TargetFilterAction, Game.World",
      "Camp": {
        "Value": 0,
        "Name": null
      },
      "Type": {
        "Value": 0,
        "Name": null
      },
      "Case": {
        "Value": 1,
        "Name": null
      },
      "CaseParam": {
        "Value": 0,
        "Name": null
      },
      "TargetParam": {
        "Value": 0,
        "Name": "Enemy"
      },
      "Parent": 1,
      "Id": 3
    },
    {
      "$type": "Game.World.ReleaseSkillAction, Game.World",
      "TargetParam": {
        "Value": 0,
        "Name": "Enemy"
      },
      "CheckType": {
        "Value": 1,
        "Name": null
      },
      "ParamID": {
        "Value": 0,
        "Name": null
      },
      "Parent": 1,
      "Id": 4
    }
  ],
  "Variables": [
    {
      "$type": "EasyBehaviourTree.Variable`1[[System.Int32, mscorlib]], EasyBehaviourTree",
      "Value": 0,
      "Name": "Myself"
    },
    {
      "$type": "EasyBehaviourTree.Variable`1[[System.Int32, mscorlib]], EasyBehaviourTree",
      "Value": 0,
      "Name": "Enemy"
    }
  ],
  "NodeViewInfos": [
    {
      "Id": 0,
      "Position": {
        "x": 310.0,
        "y": 60.0
      },
      "Tips": "随机等待1~3s释放普攻"
    },
    {
      "Id": 1,
      "Position": {
        "x": 310.0,
        "y": 248.0
      },
      "Tips": null
    },
    {
      "Id": 2,
      "Position": {
        "x": 117.0,
        "y": 461.0
      },
      "Tips": "随机等待1~3s"
    },
    {
      "Id": 3,
      "Position": {
        "x": 400.0,
        "y": 477.0
      },
      "Tips": "最近敌人"
    },
    {
      "Id": 4,
      "Position": {
        "x": 601.0,
        "y": 477.0
      },
      "Tips": "普攻"
    }
  ]
}