9 lines
108 B
C#
9 lines
108 B
C#
using UnityEngine;
|
|
|
|
namespace Scampz.GameJam
|
|
{
|
|
public class DialogueInteraction : MonoBehaviour
|
|
{
|
|
}
|
|
}
|