Changed how properties work

This commit is contained in:
andreja6
2018-10-22 20:35:23 -07:00
parent a70cc31d28
commit b986815fcb
6 changed files with 25 additions and 26 deletions

View File

@@ -1,11 +1,10 @@
#pragma once
#include <G3DAll.h>
#include "Property.h"
#pragma once
class Instance
{
public:
Property *properties;
Instance(void);
Instance(const Instance&);
virtual ~Instance(void);