forked from Upstream/mmocore
!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