refactor: Fix namespace name

This commit is contained in:
2025-02-19 21:42:21 +08:00
parent b749cf0221
commit fbf35c923b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
using System;
using UnityEngine;
namespace Utils {
namespace Cryville.Common.Unity {
public class PropertyTweener<T> {
readonly Func<T> _getter;
readonly Action<T> _setter;