From 626381f061cde0c78564f6336e3131835cf20a5b Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sun, 26 Nov 2023 23:52:30 +0800 Subject: * move --- Assembly_CSharp/Shrine.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Assembly_CSharp/Shrine.cs (limited to 'Assembly_CSharp/Shrine.cs') diff --git a/Assembly_CSharp/Shrine.cs b/Assembly_CSharp/Shrine.cs deleted file mode 100644 index bbdfd2d..0000000 --- a/Assembly_CSharp/Shrine.cs +++ /dev/null @@ -1,11 +0,0 @@ -public class Shrine : SpawnableObject -{ - protected override void Start() - { - base.Start(); - if (spawned) - { - AchievementManager.instance.shrineSpawned = true; - } - } -} -- cgit v1.1-26-g67d0