mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 19:22:18 +00:00
More documentation.
This commit is contained in:
@@ -17,18 +17,33 @@
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
/**
|
||||
*
|
||||
* FFDec version information.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class Version {
|
||||
|
||||
/**
|
||||
* Git tag name
|
||||
*/
|
||||
public String tagName;
|
||||
|
||||
/**
|
||||
* Version name
|
||||
*/
|
||||
public String versionName;
|
||||
|
||||
/**
|
||||
* Release date
|
||||
*/
|
||||
public String releaseDate;
|
||||
|
||||
/**
|
||||
* Is this a prerelease version?
|
||||
*/
|
||||
public boolean prerelease;
|
||||
|
||||
/**
|
||||
* Description
|
||||
*/
|
||||
public String description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user