1
This commit is contained in:
@@ -9,7 +9,7 @@ using UnityEngine;
|
||||
namespace BITKit.Net.Http
|
||||
{
|
||||
[CustomType(typeof(IHttpListenerService))]
|
||||
public class UnityBasedHttpListenerService : EntityComponent,IHttpListenerService
|
||||
public class UnityBasedHttpListenerService : EntityBehavior,IHttpListenerService
|
||||
{
|
||||
[SerializeField] private int port = 8080;
|
||||
[SerializeField] private bool autoStart = true;
|
||||
|
Reference in New Issue
Block a user