7 lines
176 B
C#
7 lines
176 B
C#
using UnityEngine;
|
|
|
|
public class HolderDummy : MonoBehaviour
|
|
{
|
|
//! This class is attached to placeholder objects identified through Unity's GetComponent method.
|
|
}
|