avalonia client

This commit is contained in:
2022-06-30 22:06:33 +03:00
parent a5b7e0479d
commit 27746cbddd
24 changed files with 888 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
name: ""; #label, which displays in launcher
directory: ""; #name of program' directory on server and client
description: ""; #desctiption, which displays in launcher
icon: ""; #name of the icon file
background: ""; #name of the background file
launchcommand: ""; #command, which starts the program

View File

@@ -0,0 +1,6 @@
version: 1;
$server: {
ip: "127.0.0.1";
port: 25000;
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB