forked from Upstream/mmocore
Added method to PlayerResourceUpdateEvent
This commit is contained in:
parent
98cfda4cfe
commit
d4a5011b41
@ -56,6 +56,10 @@ public class PlayerResourceUpdateEvent extends PlayerDataEvent implements Cancel
|
|||||||
return amount;
|
return amount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public UpdateReason getReason() {
|
||||||
|
return reason;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes the amount of resource given/taken away
|
* Changes the amount of resource given/taken away
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user