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