root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/model/gameobjects/player/Player.java
| 1498 | 1503 | ||
|---|---|---|---|
65 | private Storage regularWarehouse; | 65 | private Storage regularWarehouse; |
66 | private Storage accountWarehouse; | 66 | private Storage accountWarehouse; |
67 | private Equipment equipment; | 67 | private Equipment equipment; |
68 | private Mailbox mailbox; | ||
68 | private PrivateStore store; | 69 | private PrivateStore store; |
69 | private PlayerStatsTemplate playerStatsTemplate; | 70 | private PlayerStatsTemplate playerStatsTemplate; |
70 | private TitleList titleList; | 71 | private TitleList titleList; |
... | ... | ||
827 | { | 828 | { |
828 | this.invul = invul; | 829 | this.invul = invul; |
829 | } | 830 | } |
831 | |||
832 | public void setMailbox(Mailbox mailbox) | ||
833 | { | ||
834 | this.mailbox = mailbox; | ||
835 | } | ||
836 | |||
837 | public Mailbox getMailbox() | ||
838 | { | ||
839 | return mailbox; | ||
840 | } | ||
830 | 841 | ||
831 | } | 842 | } |
Download diff