Skip to content

Commit

Permalink
fix(tests): Added missing SyncListByteValid test file (#634)
Browse files Browse the repository at this point in the history
* Added missing SyncListByteValid test file (passing)

* Added a missing newline
  • Loading branch information
Katori authored and miwarnec committed Mar 23, 2019
1 parent 565fe58 commit b0af876
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Assets/Mirror/Tests/WeaverTests~/SyncListByteValid.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using UnityEngine;
using Mirror;

namespace MirrorTest
{
class MirrorTestPlayer : NetworkBehaviour
{
class MyByteClass : SyncList<byte> {};

MyByteClass Foo;
}
}

0 comments on commit b0af876

Please sign in to comment.