1
This commit is contained in:
@@ -6,7 +6,7 @@ namespace BITKit
|
||||
public class AutoSetLayer : MonoBehaviour
|
||||
{
|
||||
public int layer;
|
||||
void Start()
|
||||
private void Start()
|
||||
{
|
||||
GetComponentsInChildren<Transform>(true).ForEach(x=>
|
||||
{
|
||||
|
Reference in New Issue
Block a user