mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
07d290fd8c
# Before This is hard to read: ``` if (ca.AttributeType.FullName == typeof(Mirror.CommandAttribute).FullName) { ... } ``` # After ``` if (ca.AttributeType.Is<Mirror.CommandAttribute>()) { ... } ``` |
||
---|---|---|
.. | ||
Mirror | ||
Mirror.meta |