Funkční komunikace mezi jedním clientem a serverem
This commit is contained in:
commit
3f235f6e04
44 changed files with 1030 additions and 0 deletions
9
FNAF_Server/Program.cs
Normal file
9
FNAF_Server/Program.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
namespace FNAF_Server;
|
||||
|
||||
public class Program {
|
||||
public static void Main(string[] args) {
|
||||
Server.Start(9012);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue