添加了授权
This commit is contained in:
16
Artists/Services/LicenseService.tscn
Normal file
16
Artists/Services/LicenseService.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[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")
|
Reference in New Issue
Block a user