12 lines
246 B
C#
12 lines
246 B
C#
using UnityEngine;
|
|
|
|
namespace BitStrap.Examples
|
|
{
|
|
public class NestedPrefabExample : MonoBehaviour
|
|
{
|
|
[Header("being instantiated as a child.", order = 2)]
|
|
[Header("Enter play mode and see the Prefabs", order = 1)]
|
|
public bool dummy;
|
|
}
|
|
}
|