using System; using System.Collections.Generic; using System.Text; #if UNITY_5_3_OR_NEWER && !NO_UNITY using UnityEngine.Scripting; #endif namespace com.bbbirder { #if UNITY_5_3_OR_NEWER && !NO_UNITY [Preserve] #endif public partial interface IDirectRetrieve { } }