LiFan
2025-02-13 03ef0b51103c735077c784c7df81ae2bcc1599ab
1
2
3
4
5
6
#pragma once
#include <JObject.hpp>
class JLiteral :
    public JObject
{
};