LeviLamina
Loading...
Searching...
No Matches
PlayerScoreSetFunction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class PlayerScoreSetFunction : uchar {
6 Set = 0,
7 Add = 1,
8 Subtract = 2,
9};