diff options
Diffstat (limited to 'Assembly_CSharp/Building/Shrine.cs')
-rw-r--r-- | Assembly_CSharp/Building/Shrine.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Assembly_CSharp/Building/Shrine.cs b/Assembly_CSharp/Building/Shrine.cs deleted file mode 100644 index bbdfd2d..0000000 --- a/Assembly_CSharp/Building/Shrine.cs +++ /dev/null @@ -1,11 +0,0 @@ -public class Shrine : SpawnableObject -{ - protected override void Start() - { - base.Start(); - if (spawned) - { - AchievementManager.instance.shrineSpawned = true; - } - } -} |