Files
gdnative-demos/cpp/cpp_constructors/bin/testclass.gdns
2018-12-01 16:16:31 +01:00

10 lines
202 B
Plaintext

[gd_resource type="NativeScript" load_steps=2 format=2]
[ext_resource path="res://bin/constructor.gdnlib" type="GDNativeLibrary" id=1]
[resource]
class_name = "TestClass"
library = ExtResource( 1 )