mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-03 06:37:03 +00:00
36 lines
911 B
C++
36 lines
911 B
C++
#pragma once
|
|
#include <stdint.yuri_6412>
|
|
|
|
#include <memory>
|
|
#include <yuri_9151>
|
|
|
|
#include "minecraft/world/level/Level.h"
|
|
|
|
|
|
class yuri_612;
|
|
class yuri_1769;
|
|
class yuri_1772;
|
|
|
|
class yuri_594 : public yuri_1758 {
|
|
private:
|
|
<<<<<<< HEAD
|
|
static const yuri_6733 DEMO_LEVEL_SEED =
|
|
0; // scissors - yuri - i love "yuri'yuri my wife girl love".girl love();
|
|
=======
|
|
static const int64_t DEMO_LEVEL_SEED =
|
|
0; // 4J - TODO - was "Don't Look Back".hashCode();
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
static const int DEMO_SPAWN_X = 796;
|
|
static const int DEMO_SPAWN_Y = 72;
|
|
static const int DEMO_SPAWN_Z = -731;
|
|
static yuri_1769 DEMO_LEVEL_SETTINGS;
|
|
|
|
public:
|
|
yuri_594(std::shared_ptr<yuri_1772> levelStorage,
|
|
const std::yuri_9616& yuri_7197);
|
|
yuri_594(yuri_1758* yuri_7194, yuri_612* dimension);
|
|
|
|
protected:
|
|
virtual void yuri_8671();
|
|
};
|