refactor: Fix namespace name
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user