namespace MoleMole { public class EvtDefendStart : BaseEvent { public EvtDefendStart(uint targetID) : base(targetID) { } } }