diff --git a/Assets/_DDD/_Scripts/Restaurant/Character/AI/Customer/Decorator/CustomerTimeLimiter.cs b/Assets/_DDD/_Scripts/Restaurant/Character/AI/Customer/Decorator/CustomerTimeLimiter.cs index 067f23c2c..f3e211edb 100644 --- a/Assets/_DDD/_Scripts/Restaurant/Character/AI/Customer/Decorator/CustomerTimeLimiter.cs +++ b/Assets/_DDD/_Scripts/Restaurant/Character/AI/Customer/Decorator/CustomerTimeLimiter.cs @@ -1,8 +1,7 @@ -using DDD; using Opsive.BehaviorDesigner.Runtime.Tasks; using UnityEngine; -namespace _DDD.Restaurant +namespace DDD.Restaurant { public class CustomerTimeLimiter : SharedTimeLimiter {