7 lines
103 B
C#
7 lines
103 B
C#
|
namespace SharedLibraryCore.Events.Game;
|
|||
|
|
|||
|
public class ClientKillEvent : ClientDamageEvent
|
|||
|
{
|
|||
|
|
|||
|
}
|