We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8727599 commit 4950dabCopy full SHA for 4950dab
Triggers/CustomBirdTutorialTrigger.cs
@@ -1,9 +1,8 @@
1
-using Celeste.Mod.Entities;
2
-using Celeste.Mod.SpringCollab2020.Entities;
+using Celeste.Mod.SpringCollab2020.Entities;
3
using Microsoft.Xna.Framework;
4
5
namespace Celeste.Mod.SpringCollab2020.Triggers {
6
- [CustomEntity("SpringCollab2020/CustomBirdTutorialTrigger")]
+ [Mod.Entities.CustomEntity("SpringCollab2020/CustomBirdTutorialTrigger")]
7
class CustomBirdTutorialTrigger : Trigger {
8
private string birdId;
9
private bool showTutorial;
0 commit comments