LeviLamina
Loading...
Searching...
No Matches
PlayerScore.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct PlayerScore {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 PlayerScore& operator=(PlayerScore const&);
18};
Definition PlayerScore.h:5
Definition Alias.h:14