Exemplo n.º 1
0
 public CmdData(SRC src, CmdType name, EventDataLine eventData)
 {
     SRC       = src;
     Name      = name;
     EventData = eventData;
     ParseArgs(eventData.Data);
 }
Exemplo n.º 2
0
 public BreakCmd(SRC src, EventDataLine eventData) : base(src, CmdType.BreakCmd, eventData)
 {
 }
Exemplo n.º 3
0
Arquivo: ATalkCmd.cs Projeto: 7474/SRC
 public ATalkCmd(SRC src, CmdType cmdType, EventDataLine eventData) : base(src, cmdType, eventData)
 {
 }
Exemplo n.º 4
0
 public WhiteOutCmd(SRC src, EventDataLine eventData) : base(src, CmdType.WhiteOutCmd, eventData)
 {
 }
Exemplo n.º 5
0
Arquivo: FixCmd.cs Projeto: 7474/SRC
 public FixCmd(SRC src, EventDataLine eventData) : base(src, CmdType.FixCmd, eventData)
 {
 }
Exemplo n.º 6
0
 public PaintPictureCmd(SRC src, EventDataLine eventData) : base(src, CmdType.PaintPictureCmd, eventData)
 {
 }
Exemplo n.º 7
0
 public ReplacePilotCmd(SRC src, EventDataLine eventData) : base(src, CmdType.ReplacePilotCmd, eventData)
 {
 }
Exemplo n.º 8
0
Arquivo: ExpUpCmd.cs Projeto: 7474/SRC
 public ExpUpCmd(SRC src, EventDataLine eventData) : base(src, CmdType.ExpUpCmd, eventData)
 {
 }
Exemplo n.º 9
0
 public BossRankCmd(SRC src, EventDataLine eventData) : base(src, CmdType.BossRankCmd, eventData)
 {
 }
Exemplo n.º 10
0
 public RemoveFileCmd(SRC src, EventDataLine eventData) : base(src, CmdType.RemoveFileCmd, eventData)
 {
 }
Exemplo n.º 11
0
Arquivo: SkipCmd.cs Projeto: 7474/SRC
 public SkipCmd(SRC src, EventDataLine eventData) : base(src, CmdType.SkipCmd, eventData)
 {
 }
Exemplo n.º 12
0
 public NotImplementedCmd(SRC src, EventDataLine eventData) : base(src, CmdType.NopCmd, eventData)
 {
 }
Exemplo n.º 13
0
 public GotoCmd(SRC src, EventDataLine eventData) : base(src, CmdType.GotoCmd, eventData)
 {
 }
Exemplo n.º 14
0
 public GameOverCmd(SRC src, EventDataLine eventData) : base(src, CmdType.GameOverCmd, eventData)
 {
 }
Exemplo n.º 15
0
Arquivo: LandCmd.cs Projeto: 7474/SRC
 public LandCmd(SRC src, EventDataLine eventData) : base(src, CmdType.LandCmd, eventData)
 {
 }
Exemplo n.º 16
0
 public DrawOptionCmd(SRC src, EventDataLine eventData) : base(src, CmdType.DrawOptionCmd, eventData)
 {
 }
Exemplo n.º 17
0
 public SetMessageCmd(SRC src, EventDataLine eventData) : base(src, CmdType.SetMessageCmd, eventData)
 {
 }
Exemplo n.º 18
0
Arquivo: OvalCmd.cs Projeto: 7474/SRC
 public OvalCmd(SRC src, EventDataLine eventData)
     : base(src, CmdType.OvalCmd, eventData)
 {
 }
Exemplo n.º 19
0
 public IntermissionCommandCmd(SRC src, EventDataLine eventData) : base(src, CmdType.IntermissionCommandCmd, eventData)
 {
 }
Exemplo n.º 20
0
 public DrawWidthCmd(SRC src, EventDataLine eventData) : base(src, CmdType.DrawWidthCmd, eventData)
 {
 }
Exemplo n.º 21
0
Arquivo: CallCmd.cs Projeto: 7474/SRC
 public CallCmd(SRC src, EventDataLine eventData) : base(src, CmdType.CallCmd, eventData)
 {
 }
Exemplo n.º 22
0
 public InputCmd(SRC src, EventDataLine eventData) : base(src, CmdType.InputCmd, eventData)
 {
 }
Exemplo n.º 23
0
 public ShowUnitStatusCmd(SRC src, EventDataLine eventData) : base(src, CmdType.ShowUnitStatusCmd, eventData)
 {
 }
Exemplo n.º 24
0
 public SelectCmd(SRC src, EventDataLine eventData) : base(src, CmdType.SelectCmd, eventData)
 {
 }
Exemplo n.º 25
0
 public DisableCmd(SRC src, EventDataLine eventData) : base(src, CmdType.DisableCmd, eventData)
 {
 }
Exemplo n.º 26
0
 public CreateFolderCmd(SRC src, EventDataLine eventData) : base(src, CmdType.CreateFolderCmd, eventData)
 {
 }
Exemplo n.º 27
0
 public WaterCmd(SRC src, EventDataLine eventData) : base(src, CmdType.WaterCmd, eventData)
 {
 }
Exemplo n.º 28
0
Arquivo: UnitCmd.cs Projeto: 7474/SRC
 public UnitCmd(SRC src, EventDataLine eventData) : base(src, CmdType.UnitCmd, eventData)
 {
 }
Exemplo n.º 29
0
 public NoonCmd(SRC src, EventDataLine eventData) : base(src, CmdType.NoonCmd, eventData)
 {
 }
Exemplo n.º 30
0
 public RestoreEventCmd(SRC src, EventDataLine eventData) : base(src, CmdType.RestoreEventCmd, eventData)
 {
 }