using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public enum Roles {
  PILOT,
  VOICE_ASSISTANT,
  CAPTAIN
}