TransformSubmodule生成进行一次赋值

This commit is contained in:
SoulliesOfficial
2025-03-15 23:37:38 -04:00
parent b3caa0c11e
commit a48e7d59ac
16 changed files with 589 additions and 20 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BasicHoldVisual : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}