mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-26 04:22:17 -05:00
Added the files for the MLAPI Relay Server
- This version of the server is modified from the other open sourced one on GitHub as we ignore the port when attempting to connect. Program.cs is modified as such
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v2.2", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("MLAPI.Relay.Transports")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("MLAPI.Relay.Transports")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("MLAPI.Relay.Transports")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
30f331373fe23e933d9ef6fdd5225fed1b59400f
|
||||
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = MLAPI.Relay.Transports
|
||||
build_property.ProjectDir = C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
87b13f482ddc34011cc95a6909d5965363de8244
|
||||
@@ -0,0 +1,13 @@
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\bin\Debug\netcoreapp2.2\MLAPI.Relay.Transports.deps.json
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\bin\Debug\netcoreapp2.2\MLAPI.Relay.Transports.dll
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\bin\Debug\netcoreapp2.2\MLAPI.Relay.Transports.pdb
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\bin\Debug\netcoreapp2.2\UnityEditor.dll
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\bin\Debug\netcoreapp2.2\UnityEngine.dll
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.csproj.AssemblyReference.cache
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.AssemblyInfoInputs.cache
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.AssemblyInfo.cs
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.csproj.CoreCompileInputs.cache
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.csproj.CopyComplete
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.dll
|
||||
C:\Users\ButenhoffJulia\OneDrive - University of Wisconsin-Stout\Desktop\MLAPI.Relay\MLAPI.Relay.Transports\obj\Debug\netcoreapp2.2\MLAPI.Relay.Transports.pdb
|
||||
Binary file not shown.
Reference in New Issue
Block a user