restored effect field types
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef NODEPLUG_H
|
||||
#define NODEPLUG_H
|
||||
|
||||
|
||||
class NodePlug
|
||||
{
|
||||
public:
|
||||
NodePlug();
|
||||
|
||||
bool IsConnected();
|
||||
};
|
||||
|
||||
#endif // NODEPLUG_H
|
||||
Reference in New Issue
Block a user