forked from sin365/AxibugEmuOnline
essgee fixed
This commit is contained in:
parent
e66740b8a9
commit
1f33d35394
@ -13,6 +13,11 @@ public class UEGIO : IEssgeeIOSupport
|
|||||||
return AxiIO.File.ReadAllBytes(path);
|
return AxiIO.File.ReadAllBytes(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void File_WriteAllBytes(string savePath, byte[] data)
|
||||||
|
{
|
||||||
|
AxiIO.File.WriteAllBytes(savePath, data);
|
||||||
|
}
|
||||||
|
|
||||||
public void File_WriteAllBytesFromStre(string path, MemoryStream ms)
|
public void File_WriteAllBytesFromStre(string path, MemoryStream ms)
|
||||||
{
|
{
|
||||||
AxiIO.File.WriteAllBytesFromStream(path, ms);
|
AxiIO.File.WriteAllBytesFromStream(path, ms);
|
||||||
|
Loading…
Reference in New Issue
Block a user