From c743485dad2ca83e12d16326afc9c319e3169f9a Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 19 Mar 2024 21:06:40 +0800 Subject: *misc --- ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs') diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs b/ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs index 6967953..b774c1a 100644 --- a/ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs +++ b/ActiveRagdoll/Assets/TABG/Scripts/Data/Strength.cs @@ -5,19 +5,12 @@ using UnityEngine; namespace Rigging.Data { - public class Strength : MonoBehaviour + public class Strength : RiggingDataBase { - // Start is called before the first frame update - void Start() - { - - } - // Update is called once per frame - void Update() - { - - } + + + } } \ No newline at end of file -- cgit v1.1-26-g67d0