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