parent
82631fb336
commit
ef1acdc3d1
|
@ -15,7 +15,12 @@ namespace YooAsset
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool IsInitialized
|
public static bool IsInitialized
|
||||||
{
|
{
|
||||||
get { return _mainPackage.IsInitialized; }
|
get
|
||||||
|
{
|
||||||
|
if (_mainPackage == null)
|
||||||
|
return false;
|
||||||
|
return _mainPackage.IsInitialized;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue