From 0bf5956c0da31a79fb9247a6fca6fef084cb7a78 Mon Sep 17 00:00:00 2001 From: ProphetLamb Date: Sun, 6 Nov 2022 23:58:58 +0100 Subject: [PATCH] Add support for Wannabe Edgerunner mod --- assets/CObjectBPs.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/CObjectBPs.json b/assets/CObjectBPs.json index bd8e240..c90e03f 100644 --- a/assets/CObjectBPs.json +++ b/assets/CObjectBPs.json @@ -221887,5 +221887,14 @@ "ctypename": "worlduiWorldLayerWidget", "parent": "inkIWidgetComponentWrapper", "props": [] + }, + "Edgerunning.System.EdgerunningSystem": { + "ctypename": "edgerunningSystemEdgerunningSystem", + "props": [ + { + "ctypename": "Int32", + "name": "currentHumanityDamage" + } + ] } -} \ No newline at end of file +}