7 lines
125 B
C#
7 lines
125 B
C#
|
namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
|
|||
|
|
|||
|
public class PlayerDownedGameEvent : ClientGameEvent
|
|||
|
{
|
|||
|
|
|||
|
}
|