mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
INVALID IL
This commit is contained in:
parent
d6418892f8
commit
4edd19f83b
@ -21,6 +21,13 @@ public class Tank : NetworkBehaviour
|
|||||||
|
|
||||||
[Header("Stats")]
|
[Header("Stats")]
|
||||||
[SyncVar] public int health = 4;
|
[SyncVar] public int health = 4;
|
||||||
|
SyncVar<int> test = 42;
|
||||||
|
|
||||||
|
SyncList<int> list = new SyncList<int>();
|
||||||
|
|
||||||
|
public override void OnStartClient()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user