mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-28 05:37:44 +01:00
!Added comments
This commit is contained in:
parent
93966947aa
commit
d1b9c7c8e3
@ -27,6 +27,9 @@ public class ResourceHandler {
|
||||
private final HandlerType type;
|
||||
private final PlayerResource resource;
|
||||
|
||||
/*
|
||||
* used when there is no special resource regeneration
|
||||
*/
|
||||
public ResourceHandler(PlayerResource resource) {
|
||||
this(resource, null, null, false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user