Implement "stomp on player to kill them" logic
This commit is contained in:
parent
bde7b3bfd7
commit
b833c63825
BIN
GravityStomp/Content/Characters/BP_GSCharacter.uasset
(Stored with Git LFS)
BIN
GravityStomp/Content/Characters/BP_GSCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
@ -72,6 +72,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Handles updating score and informing appropriate clients when one player kills another
|
* Handles updating score and informing appropriate clients when one player kills another
|
||||||
*/
|
*/
|
||||||
|
UFUNCTION(BlueprintCallable)
|
||||||
virtual void OnPlayerKilled(AGSPlayerController* Killer, AGSPlayerController* Victim);
|
virtual void OnPlayerKilled(AGSPlayerController* Killer, AGSPlayerController* Victim);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user