Added the ghost realm
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Fruitomation.Game
|
||||
};
|
||||
|
||||
item.transform.position = OutputLocation.position;
|
||||
item.SendToTheGhostRealm();
|
||||
|
||||
}, TriggerType.Enter);
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ namespace Fruitomation.Game
|
||||
};
|
||||
|
||||
item.transform.position = OutputLocation.position;
|
||||
item.SendToTheGhostRealm();
|
||||
|
||||
}, TriggerType.Enter);
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ namespace Fruitomation.Game
|
||||
}
|
||||
|
||||
item.transform.position = OutputLocation.position;
|
||||
item.SendToTheGhostRealm();
|
||||
|
||||
}, TriggerType.Enter);
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ namespace Fruitomation.Game
|
||||
}
|
||||
|
||||
item.transform.position = OutputLocation.position;
|
||||
item.SendToTheGhostRealm();
|
||||
|
||||
}, TriggerType.Enter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user