[unity] Fix warning case in examples.

This commit is contained in:
pharan 2018-12-11 04:46:06 +08:00 committed by GitHub
parent bda6c58dbe
commit 3b92f7cb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
@ -27,7 +27,7 @@ namespace Spine.Unity.Examples {
[Header("Debug")]
[SerializeField] float balance;
[SerializeField] float distanceBetweenFeet;
[SerializeField] Foot nearFoot, farFoot;
[SerializeField] protected Foot nearFoot, farFoot;
Skeleton skeleton;
Bone nearFootBone, farFootBone;