17 lines
618 B
Plaintext
17 lines
618 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c3mhpoxbs142w"]
|
|
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/ECS/Core/Entity.cs" id="1_52733"]
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/Net/HttpListener_GodotBased.cs" id="2_8gsq5"]
|
|
[ext_resource type="Script" path="res://Artists/Scripts/License/LicenseService.cs" id="3_pvdt4"]
|
|
|
|
[node name="LicenseService" type="Node"]
|
|
script = ExtResource("1_52733")
|
|
|
|
[node name="HttpListener" type="Node" parent="."]
|
|
script = ExtResource("2_8gsq5")
|
|
autoStart = true
|
|
port = 7001
|
|
|
|
[node name="LicenseService" type="Node" parent="."]
|
|
script = ExtResource("3_pvdt4")
|