mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Update assembly descriptor and improves significantly the documentation
Fixes an issue in the assembly descriptor that included older compilation binaries into assemblies. Improved javadoc documentation in more than 150 classes, including fixing mistakes.
This commit is contained in:
@@ -73,6 +73,10 @@ public class AttackHit {
|
||||
*/
|
||||
public final byte flag;
|
||||
|
||||
/**
|
||||
* @param flag
|
||||
* the bitset flag
|
||||
*/
|
||||
AttackHitFlag(byte flag) {
|
||||
this.flag = flag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user