♻️ removed Print statements
This commit is contained in:
@@ -12,8 +12,6 @@ public partial class QuestTrigger : Node
|
||||
|
||||
public void Trigger()
|
||||
{
|
||||
GD.Print("trigger");
|
||||
|
||||
if (questResource == null)
|
||||
throw new Exception("QuestResource is not set on QuestTrigger node.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user