mirror of
https://github.com/td512/re3.git
synced 2026-02-07 09:57:02 +00:00
MLO, XtraCompsModelInfo, MovingThing, Solid
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
|
||||
// unused
|
||||
|
||||
class CInstance : CPlaceable
|
||||
class CInstance : public CPlaceable
|
||||
{
|
||||
public:
|
||||
int m_modelIndex;
|
||||
public:
|
||||
~CInstance() = default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user