This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+4 KB
(100%)
1.1/Source/DraftingPatcher/.vs/DraftingPatcher/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/DraftingPatcher/.vs/DraftingPatcher/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/DraftingPatcher/.vs/DraftingPatcher/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/ExplosionTypes/.vs/ExplosionTypes/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/ExplosionTypes/.vs/ExplosionTypes/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
Binary file modified
BIN
+80.5 KB
(160%)
1.1/Source/NewAnimalSubproducts/.vs/NewAnimalSubproducts/v15/.suo
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewAnimalSubproducts/.vs/NewAnimalSubproducts/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewAnimalSubproducts/.vs/NewAnimalSubproducts/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
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
38 changes: 38 additions & 0 deletions
38
1.1/Source/NewAnimalSubproducts/NewAnimalSubproducts/UpdateNoticeGlobal.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,38 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using RimWorld; | ||
using Verse; | ||
using UnityEngine; | ||
using RimWorld.Planet; | ||
|
||
namespace NewAnimalSubproducts | ||
{ | ||
public class UpdateNoticeGlobal : GameComponent | ||
{ | ||
|
||
public bool sentUpdateLetterGlobal = false; | ||
|
||
public UpdateNoticeGlobal(Game game) | ||
{ | ||
|
||
} | ||
|
||
public override void ExposeData() | ||
{ | ||
base.ExposeData(); | ||
|
||
Scribe_Values.Look<bool>(ref this.sentUpdateLetterGlobal, "sentUpdateLetterGlobal", false, true); | ||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
} | ||
|
||
|
||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...oducts/NewAnimalSubproducts/obj/Debug/NewAnimalSubproducts.csproj.CoreCompileInputs.cache
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 |
---|---|---|
@@ -1 +1 @@ | ||
f46bbf873590da1181b5c37a6fe5e37f7dc45370 | ||
d96828e34be95dc3e2f14000076ac07b1101e5c8 |
Binary file modified
BIN
+222 Bytes
(100%)
...roducts/NewAnimalSubproducts/obj/Debug/NewAnimalSubproducts.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewAnimalSubproducts/NewAnimalSubproducts/obj/Debug/NewAnimalSubproducts.dll
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+820 KB
(140%)
1.1/Source/NewHatcher/.vs/NewHatcher/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewHatcher/.vs/NewHatcher/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewHatcher/.vs/NewHatcher/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+812 KB
(140%)
1.1/Source/NewMachinery/.vs/NewMachinery/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
1.1/Source/NewMachinery/.vs/NewMachinery/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified
BIN
+185 KB
(100%)
1.1/Source/NewMachinery/.vs/NewMachinery/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.