xj qian
2024-12-17 74fcd0876e5aca77bebace9f7cb12c17012cface
1
2
3
4
5
6
#pragma once
#include "jobject.hpp"
class JDouble :
    public JObject
{
};