mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 08:12:55 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
|
|
#include "ByteArrayTag.h"
|
|
|
|
class SuperflatConfig {
|
|
public:
|
|
ByteArrayTag* toTag();
|
|
}; |