9 lines
156 B
C++
9 lines
156 B
C++
#pragma once
|
|
|
|
#include "ComponentPanel.h"
|
|
|
|
class NetScriptPanel
|
|
{
|
|
public:
|
|
static void Draw(Nuake::Entity& entity, entt::meta_any& componentInstance);
|
|
}; |