Merge branch 'develop' into feature/203-sacrifice-command
All checks were successful
Test / build (push) Successful in 10s
All checks were successful
Test / build (push) Successful in 10s
This commit is contained in:
commit
a59d3ca887
10 changed files with 138 additions and 10 deletions
|
@ -13,10 +13,6 @@ export default class User extends AppBaseEntity {
|
|||
@Column()
|
||||
Currency: number;
|
||||
|
||||
public UpdateCurrency(currency: number) {
|
||||
this.Currency = currency;
|
||||
}
|
||||
|
||||
public AddCurrency(amount: number) {
|
||||
this.Currency += amount;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue