Commit 7d39f396 authored by cann-alberto's avatar cann-alberto
Browse files

Added support for unity script to communicate personae data

parent 5d5e1b29
using Microsoft.AspNetCore.Mvc;
using MMM_Server.Models;
using MMM_Server.Services;
namespace MMM_Server.Controllers;
public class ActivityController
{
}
namespace MMM_Server.Controllers
{
public class AuthorController
{
}
}
...@@ -59,9 +59,4 @@ public class RegistrationController : ControllerBase ...@@ -59,9 +59,4 @@ public class RegistrationController : ControllerBase
return CreatedAtAction(nameof(Get), new { id = newDevice.Id }, newDevice); return CreatedAtAction(nameof(Get), new { id = newDevice.Id }, newDevice);
} }
} }
\ No newline at end of file
...@@ -14,7 +14,7 @@ using System.Reflection; ...@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("MMM-Server")] [assembly: System.Reflection.AssemblyCompanyAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c4e1e131fa49353715911b0a6cc386593ad8590f")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5d5e1b29d5aafa3c83f4c45acc6385b8eaeec036")]
[assembly: System.Reflection.AssemblyProductAttribute("MMM-Server")] [assembly: System.Reflection.AssemblyProductAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("MMM-Server")] [assembly: System.Reflection.AssemblyTitleAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
aba5d00d31482b00647b01bb0130ea75db3de330b475e4812302412ce6c448b2 312559ad4f905b2d902421072d85980d1b9033da444e5ee16d564f41e8d25c4b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment