mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-26 03:16:55 -05: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,
|
|
};
|