mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
7 lines
67 B
C
7 lines
67 B
C
#pragma once
|
|
|
|
enum IterationDecision {
|
|
Continue,
|
|
Break,
|
|
};
|