mrDarker
2025-06-20 7f55a7c6cef156e553866d0012464e4697cb1849
1
2
3
4
5
6
7
8
9
10
11
#pragma once
class CMcInt
{
public:
    CMcInt();
    ~CMcInt();
 
public:
    int m_nAddr;
    int m_nValue;
};