mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
0545adfac3
Have fun!
9 lines
121 B
C
9 lines
121 B
C
#pragma once
|
|
|
|
enum class MissionLockState : int
|
|
{
|
|
MISSION_LOCK_LOCKED,
|
|
MISSION_LOCK_NEW,
|
|
MISSION_LOCK_UNLOCKED,
|
|
};
|