Supress compiler warning

I don't think this is a sustainable solution if we start doing this in more places.
This commit is contained in:
Dean Herbert 2017-07-23 11:34:09 +09:00
parent c08cb43b9c
commit c6250e1da5
1 changed files with 4 additions and 0 deletions

View File

@ -28,7 +28,11 @@ public class ScrollingTeamContainer : Container
private readonly Container tracker;
#pragma warning disable 649
// set via reflection.
private float speed;
#pragma warning restore 649
private int expiredCount;
private float offset;