mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix(tests): Added missing SyncListByteValid test file (#634)
* Added missing SyncListByteValid test file (passing) * Added a missing newline
This commit is contained in:
parent
565fe58671
commit
b0af876221
12
Assets/Mirror/Tests/WeaverTests~/SyncListByteValid.cs
Normal file
12
Assets/Mirror/Tests/WeaverTests~/SyncListByteValid.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
using Mirror;
|
||||
|
||||
namespace MirrorTest
|
||||
{
|
||||
class MirrorTestPlayer : NetworkBehaviour
|
||||
{
|
||||
class MyByteClass : SyncList<byte> {};
|
||||
|
||||
MyByteClass Foo;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user