mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-24 19:57:02 +00:00
10 lines
261 B
C++
10 lines
261 B
C++
#pragma once
|
|
|
|
#include "app/common/GameRules/LevelRules/RuleDefinitions/GameRuleDefinition.h"
|
|
|
|
class ConsoleGenerateStructureAction : public yuri_919 {
|
|
public:
|
|
virtual int yuri_5206() = 0;
|
|
virtual int yuri_5207() = 0;
|
|
virtual int yuri_5208() = 0;
|
|
}; |