Add every SpecialCommand as empty Class
Dieser Commit ist enthalten in:
Ursprung
098d621508
Commit
5e5881cf4c
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command;
|
||||||
|
|
||||||
|
public class If {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command;
|
||||||
|
|
||||||
|
public class Jump {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.arithmetic;
|
||||||
|
|
||||||
|
public class Add {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.arithmetic;
|
||||||
|
|
||||||
|
public class Div {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.arithmetic;
|
||||||
|
|
||||||
|
public class Mul {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.arithmetic;
|
||||||
|
|
||||||
|
public class Sub {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.io;
|
||||||
|
|
||||||
|
public class Echo {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.io;
|
||||||
|
|
||||||
|
public class Input {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class And {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class Equal {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class Greater {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class Less {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class Not {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.logic;
|
||||||
|
|
||||||
|
public class Or {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.variable;
|
||||||
|
|
||||||
|
public class Global {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.variable;
|
||||||
|
|
||||||
|
public class Unglobal {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.variable;
|
||||||
|
|
||||||
|
public class Unvar {
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
package de.steamwar.bausystem.features.script.command.variable;
|
||||||
|
|
||||||
|
public class Var {
|
||||||
|
}
|
In neuem Issue referenzieren
Einen Benutzer sperren