@ -1,4 +1,4 @@
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
// This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEngine;
using System;
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
// This code is part of the Fungus library (https://github.com/snozbot/fungus)
@ -1,4 +1,7 @@
using System.Collections;
using System.Collections;
using System.Collections.Generic;
namespace Fungus
{
using UnityEngine.Serialization;
@ -1,4 +1,6 @@
@ -1,3 +1,6 @@
#if UNITY_5_3_OR_NEWER