Minor style fixes. (#514)

This commit is contained in:
rodolphito 2019-03-01 06:01:42 -08:00 committed by vis2k
parent 5a9f10ec47
commit 4d40ddb891

View File

@ -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;