コード例 #1
0
ファイル: Caching.cs プロジェクト: zzrx79/UnityDecompiled
 public static bool RemoveCache(Cache cache)
 {
     return(Caching.INTERNAL_CALL_RemoveCache(ref cache));
 }