mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
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);
|
|
}; |