mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-06-25 15:06:00 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
|
|
#include "ByteArrayTag.h"
|
|
|
|
class SuperflatConfig {
|
|
public:
|
|
ByteArrayTag* toTag();
|
|
}; |