-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Timberborn-Modding-Central/0.5.0.1
0.5.0.0-rc.2
- Loading branch information
Showing
41 changed files
with
228 additions
and
371 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
Core/TimberApi.Common/SingletonSystem/ISingletonRepository.cs
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
Core/TimberApi.Common/SingletonSystem/ITimberApiLoadableSingleton.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using Timberborn.SingletonSystem; | ||
|
||
namespace TimberApi.Common.SingletonSystem | ||
{ | ||
[Singleton] | ||
public interface ITimberApiLoadableSingleton | ||
{ | ||
void Load(); | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
Core/TimberApi.Common/SingletonSystem/ITimberApiPostLoadableSingleton.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using Timberborn.SingletonSystem; | ||
|
||
namespace TimberApi.Common.SingletonSystem | ||
{ | ||
[Singleton] | ||
public interface ITimberApiPostLoadableSingleton | ||
{ | ||
void PostLoad(); | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
Core/TimberApi.Common/SingletonSystem/ITimberApiPreLoadableSingleton.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using Timberborn.SingletonSystem; | ||
|
||
namespace TimberApi.Common.SingletonSystem | ||
{ | ||
[Singleton] | ||
public interface ITimberApiPreLoadableSingleton | ||
{ | ||
void PreLoad(); | ||
} | ||
} |
94 changes: 0 additions & 94 deletions
94
Core/TimberApi.Common/SingletonSystem/SingletonListener.cs
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Core/TimberApi.Common/SingletonSystem/SingletonRepository.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Core/TimberApi.Common/SingletonSystem/Singletons/ITimberApiLoadableSingleton.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Core/TimberApi.Common/SingletonSystem/Singletons/ITimberApiPostLoadableSingleton.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Core/TimberApi.Common/SingletonSystem/Singletons/ITimberApiSeeder.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
Core/TimberApi.Common/SingletonSystem/TimberApiSingletonAttribute.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.