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