Is this a problem? Get a whole bunch of these:
C:\rts_lib_java\rts_lib\DecoderMask.cs(998) warning: [UNSUPPORTED] enum member's value initialization ignored, value has already been assigned and enum values must be unique
Ohhh … CS2J assumes that the enum initializers are given in ascending order. We will fix this.
Is this a problem? Get a whole bunch of these:
C:\rts_lib_java\rts_lib\DecoderMask.cs(998) warning: [UNSUPPORTED] enum member's value initialization ignored, value has already been assigned and enum values must be unique
Ohhh … CS2J assumes that the enum initializers are given in ascending order. We will fix this.