You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BWAPI JBridge
Is there any reason why the class UnitType is not an enum? Seems to me
that it is a perfect candidate for an enum.. I created a wrapper for
my project..
public enum MyType {
....
TERRAN_SCV(UnitType.TERRAN_SCV);