This commit is contained in:
Nim XD
2024-08-27 21:01:33 +05:30
parent 99eaf514fd
commit 121a1b7c73
31803 changed files with 623461 additions and 623399 deletions

View File

@@ -1,16 +1,16 @@
using System.Collections.Generic;
using UnityEngine;
namespace Assets.HeroEditor4D.Common.Scripts.CharacterScripts
{
public class AnchorManager : MonoBehaviour
{
public Transform Body;
public Transform PrimaryWeapon;
public Transform Bow;
public Transform Shield;
public Transform Status;
public List<Transform> Custom;
}
using System.Collections.Generic;
using UnityEngine;
namespace Assets.HeroEditor4D.Common.Scripts.CharacterScripts
{
public class AnchorManager : MonoBehaviour
{
public Transform Body;
public Transform PrimaryWeapon;
public Transform Bow;
public Transform Shield;
public Transform Status;
public List<Transform> Custom;
}
}