mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2025-02-07 18:00:32 +03:00
9 lines
139 B
C#
9 lines
139 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public enum Roles {
|
|
PILOT,
|
|
VOICE_ASSISTANT,
|
|
CAPTAIN
|
|
} |