mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 01:28:34 -05:00
add initial public zombie stats models, migrations, and events
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
|
||||
|
||||
public class ZombieKilledGameEvent : ZombieDamageGameEvent
|
||||
{
|
||||
public ZombieKilledGameEvent()
|
||||
{
|
||||
RequiredEntity = EventRequiredEntity.Origin;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user