Reworked file structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "ComponentPanel.h"
|
||||
|
||||
class NetScriptPanel
|
||||
{
|
||||
public:
|
||||
static void Draw(Nuake::Entity& entity, entt::meta_any& componentInstance);
|
||||
};
|
||||
Reference in New Issue
Block a user