From 1fbd60b81ef4a93df75c32e7d9aa285d8fa533d1 Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Mon, 21 Dec 2020 10:10:59 +0800 Subject: [PATCH] 水boss攻击受击 --- Assets/Scripts/ActionGameFramework/Health/Damager.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/ActionGameFramework/Health/Damager.cs b/Assets/Scripts/ActionGameFramework/Health/Damager.cs index f2ec90d..fbb9af2 100644 --- a/Assets/Scripts/ActionGameFramework/Health/Damager.cs +++ b/Assets/Scripts/ActionGameFramework/Health/Damager.cs @@ -61,6 +61,8 @@ /// </summary> public SerializableIAlignmentProvider alignment; + public Tower TowerPtr; + /// <summary> /// Gets the alignment of the damager /// </summary> -- Gitblit v1.9.1