com.alicizax.unity.tuyoogam.../Samples~/Test Sample/Runtime/CacheFileSystemTester.cs

20 lines
383 B
C#
Raw Normal View History

2025-01-09 11:31:04 +08:00
using System;
using System.IO;
using System.Text;
using System.Collections;
using UnityEngine;
using UnityEngine.TestTools;
using YooAsset;
public class CacheFileSystemTester : IPrebuildSetup, IPostBuildCleanup
{
public void Setup()
{
throw new NotImplementedException();
}
public void Cleanup()
{
throw new NotImplementedException();
}
}