mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Minor style fixes. (#514)
This commit is contained in:
parent
5a9f10ec47
commit
4d40ddb891
@ -16,7 +16,7 @@ public class NetworkAnimator : NetworkBehaviour
|
|||||||
// properties
|
// properties
|
||||||
public Animator animator
|
public Animator animator
|
||||||
{
|
{
|
||||||
get { return m_Animator; }
|
get => m_Animator;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
m_Animator = value;
|
m_Animator = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user