111
This commit is contained in:
21
Assets/ThirdParty/Tools/SetGroup/SetGroup.cs
vendored
Normal file
21
Assets/ThirdParty/Tools/SetGroup/SetGroup.cs
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SetGroup : MonoBehaviour
|
||||
{
|
||||
public Transform root;
|
||||
public string namee;
|
||||
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user