LiFan
2024-11-27 4f4999c627e2aa64e54a5026d3504a51c956378d
1
2
3
4
5
6
#pragma once
#include <JObject.hpp>
class JParam :
    public JObject
{
};