mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
ed40c2d210
Instead of doing ```cs [SyncEvent] public event MySyncEventDelegate EventOnly; ``` You can now do ```cs [SyncEvent] public event MySyncEventDelegate Only; ``` We actually tried to remove them a while ago. The way the weaver worked back then caused an infinite recursion. Since the Command rewrite that allows virtuals, this is no longer a problem. So we can drop this requirement. Co-authored-by: Paul Pacheco <paul.pacheco@aa.com> |
||
---|---|---|
.. | ||
Mirror | ||
ScriptTemplates | ||
Mirror.meta | ||
ScriptTemplates.meta |