mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-14 09:08:32 -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 PlayerConsumedPerkGameEvent : ClientGameEvent
|
||||
{
|
||||
public EFClient Consumer => Origin;
|
||||
public string PerkName { get; init; }
|
||||
}
|
Reference in New Issue
Block a user