12 lines
268 B
C#
12 lines
268 B
C#
// Copyright (c) Pixel Crushers. All rights reserved.
|
|
|
|
using UnityEngine;
|
|
|
|
namespace PixelCrushers.DialogueSystem
|
|
{
|
|
[AddComponentMenu("")] // Superceded by Common library version.
|
|
public class AlwaysFaceCamera : PixelCrushers.AlwaysFaceCamera
|
|
{
|
|
}
|
|
}
|