This commit is contained in:
CortexCore
2025-02-24 23:02:43 +08:00
parent 41715e4413
commit 8261a458e2
105 changed files with 2934 additions and 696 deletions

View File

@@ -11,7 +11,7 @@ using UnityEngine;
using UnityEngine.Jobs;
using UnityEngine.Pool;
namespace BITFALL.Rig{
namespace BITKit.UX.Rig{
public class TickOverrideTranformService : MonoBehaviour
{
//[BurstCompile]

View File

@@ -3,7 +3,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITFALL.Rig
namespace BITKit.UX.Rig
{
public class TickOverrideTransform : MonoBehaviour
{