mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
made static only stuff a static class
This commit is contained in:
parent
38f4b349f2
commit
46b5bfce1e
7 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ namespace System.IO
|
|||
case FileReadError(FileReadError);
|
||||
}
|
||||
|
||||
class File
|
||||
static class File
|
||||
{
|
||||
public static Result<void, FileError> ReadAll(StringView path, List<uint8> outData)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue