mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
/// Classic bluespace teleportation, requires a sender but no receiver
|
|
#define TELEPORT_CHANNEL_BLUESPACE "bluespace"
|
|
/// Quantum-based teleportation, requires both sender and receiver, but is free from normal disruption
|
|
#define TELEPORT_CHANNEL_QUANTUM "quantum"
|