Tests: RemoteAttributeTest namespace renamed to Rpcs

This commit is contained in:
mischa 2023-04-21 12:20:25 +08:00
parent 17811668ab
commit e47296194f
9 changed files with 23 additions and 9 deletions

View File

@ -1,5 +1,5 @@
using System;
using Mirror.Tests.RemoteAttrributeTest;
using Rpcs;
using NUnit.Framework;
namespace Mirror.Tests

View File

@ -3,7 +3,7 @@
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Mirror.Tests.RemoteAttrributeTest;
using Rpcs;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;

View File

@ -1,7 +1,9 @@
using System;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class VirtualClientRpc : NetworkBehaviour
{

View File

@ -1,7 +1,9 @@
using System;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class ClientRpcBehaviour : NetworkBehaviour
{

View File

@ -1,7 +1,9 @@
using System;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class VirtualCommand : NetworkBehaviour
{

View File

@ -1,10 +1,12 @@
using System;
using System.Text.RegularExpressions;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class AuthorityBehaviour : NetworkBehaviour
{

View File

@ -1,8 +1,10 @@
using System;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
using UnityEngine;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class RpcNetworkIdentityBehaviour : NetworkBehaviour
{

View File

@ -1,7 +1,9 @@
using System;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class VirtualTargetRpc : NetworkBehaviour
{

View File

@ -1,10 +1,12 @@
using System;
using System.Text.RegularExpressions;
using Mirror;
using Mirror.Tests;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
namespace Mirror.Tests.RemoteAttrributeTest
namespace Rpcs
{
class TargetRpcBehaviour : NetworkBehaviour
{