nicholas-maltbie / PropHunt-Mirror

PropHunt project made using Unity and Mirror Networking
MIT License
5 stars 1 forks source link

Add Basic Ranged Attack #62

Closed nicholas-maltbie closed 3 years ago

nicholas-maltbie commented 3 years ago

This is PropHunt, props need to be caught by hunters.

Whenever a player is attacked as a prop, kill their character and create an event handler on the server for these events.

For right now, simply generate a log message that "x caught y" and respawn the caught player at a given spawn location.

Do NOT implemented health or other mechanics for now.