11 lines
135 B
C#
11 lines
135 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
[Serializable]
|
|
public class MegaConformTarget
|
|
{
|
|
public GameObject target;
|
|
|
|
public bool children;
|
|
}
|