1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 23:58:08 -05:00
Files
IW4M-Admin/SharedLibraryCore/Events/Game/GameScript/Zombie/PlayerDownedGameEvent.cs

7 lines
125 B
C#

namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
public class PlayerDownedGameEvent : ClientGameEvent
{
}