first commit
This commit is contained in:
15
Assets/Scripts/Core/Networking/SessionManager.cs
Normal file
15
Assets/Scripts/Core/Networking/SessionManager.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using Unity.Netcode.Transports.UTP;
|
||||
|
||||
public class SessionManager : MonoBehaviour{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start(){
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
2
Assets/Scripts/Core/Networking/SessionManager.cs.meta
Normal file
2
Assets/Scripts/Core/Networking/SessionManager.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 31709e0224b48e24b8e5311541392a97
|
||||
Reference in New Issue
Block a user