mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 16:48:27 -05:00
add initial public zombie stats models, migrations, and events
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using Data.Models.Client;
|
||||
|
||||
namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
|
||||
|
||||
public class PlayerRevivedGameEvent : ClientGameEvent
|
||||
{
|
||||
public EFClient Reviver => Origin;
|
||||
public EFClient Revived => Target;
|
||||
}
|
Reference in New Issue
Block a user