This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
liblast/LevelComponents/Killfloor.gd
2020-06-19 01:30:53 +02:00

4 lines
68 B
GDScript

extends Spatial
func on_player_enters(player):
player.rpc("kill")