Removed NetEvents class / Added unused patrol command

This commit is contained in:
Anuken
2018-09-11 09:22:54 -04:00
parent d9eb4c1296
commit 2f7073bbe4
6 changed files with 950 additions and 989 deletions

View File

@@ -1,5 +1,5 @@
package io.anuke.mindustry.entities.units;
public enum UnitCommand{
attack, retreat
attack, retreat, patrol
}