14 lines
457 B
C#
14 lines
457 B
C#
/// ---------------------------------------------
|
|
/// Behavior Designer
|
|
/// Copyright (c) Opsive. All Rights Reserved.
|
|
/// https://www.opsive.com
|
|
/// ---------------------------------------------
|
|
namespace Opsive.BehaviorDesigner.Samples
|
|
{
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// Identifier class for the volumetric flashlight within the Hide and Seek scene.
|
|
/// </summary>
|
|
public class VolumetricFlashlightIdentifier : MonoBehaviour { }
|
|
} |