From f9bb1fb262185778a60ff472c1d4e687914e6778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=82=B0?= Date: Fri, 29 Aug 2025 14:19:56 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B9=A8=EC=A7=84=20=EB=8D=B0=EC=BD=94?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_DDD/_Addressables/AI/Customer/Subtree/OrderSubtree.asset | 4 ++-- .../Restaurant/Character/AI/Common/Decorator/TimeLimiter.cs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Assets/_DDD/_Addressables/AI/Customer/Subtree/OrderSubtree.asset b/Assets/_DDD/_Addressables/AI/Customer/Subtree/OrderSubtree.asset index 092d9daa8..3d590a8bc 100644 --- a/Assets/_DDD/_Addressables/AI/Customer/Subtree/OrderSubtree.asset +++ b/Assets/_DDD/_Addressables/AI/Customer/Subtree/OrderSubtree.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04700c100aa3a030f7b7bd51ace191695a9b465128f224121b437e8660085071 -size 22117 +oid sha256:c056ea00663888d9d498dac759d78c1cd3442253b080a0bfddac6eee22b77924 +size 22107 diff --git a/Assets/_DDD/_Scripts/Restaurant/Character/AI/Common/Decorator/TimeLimiter.cs b/Assets/_DDD/_Scripts/Restaurant/Character/AI/Common/Decorator/TimeLimiter.cs index 679cb98ec..7f6700017 100644 --- a/Assets/_DDD/_Scripts/Restaurant/Character/AI/Common/Decorator/TimeLimiter.cs +++ b/Assets/_DDD/_Scripts/Restaurant/Character/AI/Common/Decorator/TimeLimiter.cs @@ -269,7 +269,6 @@ public override void OnStart() { base.OnStart(); _startTime = Time.time; - } public override TaskStatus OnUpdate()