mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:24:14 +01:00
actually start to bring structure into the project
make it resilent against restarts/reloads remove all user interaction for resource gathering compute hashes on first time file resolving and on updates of said file on resolving
This commit is contained in:
parent
c0de781421
commit
da2b2701e8
12 changed files with 379 additions and 232 deletions
|
|
@ -2,7 +2,7 @@
|
|||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace SamplePlugin
|
||||
namespace MareSynchronos
|
||||
{
|
||||
// It is good to have this be disposable in general, in case you ever need it
|
||||
// to do any cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue