steampunk-quest/Assets/scripts/dialogSystem/Roles.cs

9 lines
139 B
C#
Raw Normal View History

2022-01-19 19:22:21 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum Roles {
PILOT,
VOICE_ASSISTANT,
CAPTAIN
}