using System; namespace XUtliPoolLib { public enum EAsyncLoadState { EFree, EPreLoading, ELoading, EInstance } }