mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
8 lines
146 B
Beef
8 lines
146 B
Beef
using System.IO;
|
|
|
|
namespace GlitchyEditor.Assets;
|
|
|
|
interface IReloadingAssetLoader
|
|
{
|
|
public void ReloadAsset(AssetFile assetFile, Stream data);
|
|
} |