mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 15:47:34 +00:00
8 lines
108 B
C++
8 lines
108 B
C++
#pragma once
|
|
|
|
class Scoreboard;
|
|
|
|
class ScoreHolder {
|
|
public:
|
|
virtual Scoreboard* getScoreboard() = 0;
|
|
}; |