Move third party assets to ThirdParty folder
This commit is contained in:
22
Assets/ThirdParty/UltimateXR/Runtime/Scripts/Networking/IUxrNetworkSdk.cs
vendored
Normal file
22
Assets/ThirdParty/UltimateXR/Runtime/Scripts/Networking/IUxrNetworkSdk.cs
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="IUxrNetworkSdk.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Networking
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for classes that implement network functionality using an SDK.
|
||||
/// </summary>
|
||||
public interface IUxrNetworkSdk
|
||||
{
|
||||
#region Public Types & Data
|
||||
|
||||
/// <summary>
|
||||
/// Gets the SDK implemented.
|
||||
/// </summary>
|
||||
string SdkName { get; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user