forked from MagicBane/Server
PowerActionEntry parsing work.
This commit is contained in:
@@ -43,6 +43,7 @@ public class EffectsParser {
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
String fileContents = new String(fileData);
|
||||
|
||||
// Iterate over effect entries from .wpak data
|
||||
|
||||
Reference in New Issue
Block a user