Files
BeamMP-Server/include/IterationDecision.h
2022-11-23 09:34:51 +01:00

7 lines
67 B
C

#pragma once
enum IterationDecision {
Continue,
Break,
};