mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2025-02-12 12:00:33 +03:00
11 lines
199 B
C#
11 lines
199 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public enum Roles {
|
|
PILOT,
|
|
VOICE_ASSISTANT,
|
|
CAPTAIN,
|
|
CAPTAIN_IN_IMAGINATION,
|
|
VOICE_ASSISTANT_IN_IMAGINATION
|
|
} |